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

@@ -111,6 +111,17 @@ void *SW_LockBuffer( void );
void SW_UnlockBuffer( void );
qboolean SW_CreateBuffer( int width, int height, uint *stride, uint *bpp, uint *r, uint *g, uint *b );
//
// in_evdev.c
//
#ifdef XASH_USE_EVDEV
void Evdev_SetGrab( qboolean grab );
void Evdev_Shutdown( void );
void Evdev_Init( void );
void IN_EvdevMove( float *yaw, float *pitch );
void IN_EvdevFrame ( void );
#endif // XASH_USE_EVDEV
/*
==============================================================================