QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
in_win.c File Reference

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
 

Macro Definition Documentation

#define DINPUT_BUFFERSIZE   16
#define iDirectInputCreate (   a,
  b,
  c,
 
)    pDirectInputCreate(a,b,c,d)
#define NUM_OBJECTS   (sizeof(rgodf) / sizeof(rgodf[0]))
#define ROTL (   x,
  n 
)    (((x)<<(n))|(x)>>(32-n))

Typedef Documentation

typedef struct MYDATA MYDATA

Function Documentation

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 
)

Variable Documentation

DWORD dwVersion
DWORD LPDIRECTINPUT* lplpDirectInput
DWORD LPDIRECTINPUT LPUNKNOWN punkOuter
qboolean win_canalttab
DEVMODE win_gdevmode