input: merge touch support again. Fix m_ignore, fix EngineAppendMove

This commit is contained in:
mittorn
2019-09-27 02:14:47 +07:00
parent 9a1414505a
commit 7f3ee9ca71
10 changed files with 2000 additions and 60 deletions

View File

@@ -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 );