Macros | |
| #define | DINPUT_BUFFERSIZE 16 |
| #define | iDirectInputCreate(a, b, c, d) pDirectInputCreate(a,b,c,d) |
| #define | NUM_OBJECTS (sizeof(rgodf) / sizeof(rgodf[0])) |
| #define | ROTL(x, n) (((x)<<(n))|(x)>>(32-n)) |
Typedefs | |
| typedef struct MYDATA | MYDATA |
Functions | |
| void | AppActivate (BOOL fActive, BOOL minimize) |
| HRESULT (WINAPI *pDirectInputCreate)(HINSTANCE hinst | |
| void | IN_ActivateMouse (void) |
| void | IN_DeactivateMouse (void) |
| void | IN_HideMouse (void) |
| void | IN_LL_ClearStates (void) |
| void | IN_LL_Grab_Input (int grab) |
| void | IN_LL_Init (void) |
| void | IN_LL_Init_Cvars (void) |
| void | IN_LL_ProcessEvents (void) |
| void | IN_LL_Shutdown (void) |
| void | IN_ShowMouse (void) |
| void | IN_UpdateClipCursor (void) |
| LONG WINAPI | MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
| DWORD | dwVersion |
| DWORD LPDIRECTINPUT * | lplpDirectInput |
| DWORD LPDIRECTINPUT LPUNKNOWN | punkOuter |
| qboolean | win_canalttab |
| DEVMODE | win_gdevmode |
| #define DINPUT_BUFFERSIZE 16 |
| #define iDirectInputCreate | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | pDirectInputCreate(a,b,c,d) |
| #define NUM_OBJECTS (sizeof(rgodf) / sizeof(rgodf[0])) |
| typedef struct MYDATA MYDATA |
| void AppActivate | ( | BOOL | fActive, |
| BOOL | minimize | ||
| ) |
| HRESULT | ( | WINAPI * | pDirectInputCreate | ) |
| void IN_ActivateMouse | ( | void | ) |
| void IN_DeactivateMouse | ( | void | ) |
| void IN_HideMouse | ( | void | ) |
| void IN_LL_ClearStates | ( | void | ) |
| void IN_LL_Grab_Input | ( | int | grab | ) |
| void IN_LL_Init | ( | void | ) |
| void IN_LL_Init_Cvars | ( | void | ) |
| void IN_LL_ProcessEvents | ( | void | ) |
| void IN_LL_Shutdown | ( | void | ) |
| void IN_ShowMouse | ( | void | ) |
| void IN_UpdateClipCursor | ( | void | ) |
| LONG WINAPI MainWndProc | ( | HWND | hWnd, |
| UINT | uMsg, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
| DWORD dwVersion |
| DWORD LPDIRECTINPUT* lplpDirectInput |
| DWORD LPDIRECTINPUT LPUNKNOWN punkOuter |
| qboolean win_canalttab |
| DEVMODE win_gdevmode |