doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
win_wndproc.cpp File Reference
#include "../../idlib/precompiled.h"
#include "win_local.h"
#include "../../renderer/tr_local.h"

Go to the source code of this file.

Functions

LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 
void WIN_Sizing (WORD side, RECT *rect)
 
int MapKey (int key)
 

Function Documentation

LONG WINAPI MainWndProc ( HWND  hWnd,
UINT  uMsg,
WPARAM  wParam,
LPARAM  lParam 
)

Definition at line 276 of file win_wndproc.cpp.

int MapKey ( int  key)

Definition at line 189 of file win_wndproc.cpp.

void WIN_Sizing ( WORD  side,
RECT *  rect 
)

Definition at line 68 of file win_wndproc.cpp.