platform: new fbdev bakend, move in_evdev to bakends

This commit is contained in:
mittorn
2019-10-22 01:41:44 +07:00
parent 0933261898
commit 803c396fa2
9 changed files with 639 additions and 33 deletions

View File

@@ -45,6 +45,8 @@ uint IN_CollectInputDevices( void );
void IN_LockInputDevices( qboolean lock );
void IN_EngineAppendMove( float frametime, void *cmd, qboolean active );
extern convar_t *m_yaw;
extern convar_t *m_pitch;
//
// in_touch.c
//
@@ -103,13 +105,5 @@ void Joy_Init( void );
void Joy_Shutdown( void );
void Joy_EnableTextInput(qboolean enable, qboolean force);
//
// in_evdev.c
//
#ifdef XASH_USE_EVDEV
void Evdev_SetGrab( qboolean grab );
void Evdev_Shutdown( void );
void Evdev_Init( void );
#endif // XASH_USE_EVDEV
#endif//INPUT_H