mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
platform: add Platfrom_Init, Platform_Shutdown, Platform_MouseMove move platform-specific code from host.c
This commit is contained in:
@@ -439,6 +439,12 @@ void Platform_EnableTextInput( qboolean enable )
|
||||
evdev.chars = enable;
|
||||
evdev.shift = false;
|
||||
}
|
||||
|
||||
void Platfrom_MouseMove( float *yaw, float *pitch )
|
||||
{
|
||||
// already catched in IN_EvdevMove
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void Evdev_Init( void )
|
||||
|
||||
Reference in New Issue
Block a user