Odamex
Setting the Standard in Multiplayer Doom
client/sdl/i_input.cpp File Reference

Functions

 EXTERN_CVAR (vid_fullscreen) EXTERN_CVAR(vid_defwidth) EXTERN_CVAR(vid_defheight) static BOOL mousepaused
 EXTERN_CVAR (use_joystick) EXTERN_CVAR(joy_active) typedef struct
 EXTERN_CVAR (mouse_acceleration) EXTERN_CVAR(mouse_threshold) static BOOL mousegrabbed
LRESULT CALLBACK LowLevelKeyboardProc (int nCode, WPARAM wParam, LPARAM lParam)
void UpdateJoystickEvents ()
 CVAR_FUNC_IMPL (use_joystick)
 CVAR_FUNC_IMPL (joy_active)
int I_GetJoystickCount ()
std::string I_GetJoystickNameFromIndex (int index)
bool I_OpenJoystick ()
void I_CloseJoystick ()
bool I_InitInput (void)
void STACK_ARGS I_ShutdownInput (void)
void I_PauseMouse (void)
void I_ResumeMouse (void)
void I_GetEvent (void)
void I_StartTic (void)
void I_StartFrame (void)

Variables

int KeyRepeatDelay
int KeyRepeatRate
 JoystickEvent_t
constate_e ConsoleState
HHOOK g_hKeyboardHook

Function Documentation

CVAR_FUNC_IMPL ( use_joystick  )
CVAR_FUNC_IMPL ( joy_active  )
EXTERN_CVAR ( vid_fullscreen  )
EXTERN_CVAR ( use_joystick  )
EXTERN_CVAR ( mouse_acceleration  )
void I_CloseJoystick ( )
void I_GetEvent ( void  )
int I_GetJoystickCount ( )
std::string I_GetJoystickNameFromIndex ( int  index)
bool I_InitInput ( void  )
bool I_OpenJoystick ( )
void I_PauseMouse ( void  )
void I_ResumeMouse ( void  )
void STACK_ARGS I_ShutdownInput ( void  )
void I_StartFrame ( void  )
void I_StartTic ( void  )
LRESULT CALLBACK LowLevelKeyboardProc ( int  nCode,
WPARAM  wParam,
LPARAM  lParam 
)
void UpdateJoystickEvents ( )

Variable Documentation

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends