mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
input: merge touch support again. Fix m_ignore, fix EngineAppendMove
This commit is contained in:
@@ -68,6 +68,7 @@ void Platform_RunEvents( void );
|
||||
// Mouse
|
||||
void Platform_GetMousePos( int *x, int *y );
|
||||
void Platform_SetMousePos( int x, int y );
|
||||
void Platform_PreCreateMove( void );
|
||||
// Clipboard
|
||||
void Platform_GetClipboardText( char *buffer, size_t size );
|
||||
void Platform_SetClipboardText( const char *buffer, size_t size );
|
||||
|
||||
Reference in New Issue
Block a user