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:
@@ -19,6 +19,7 @@ GNU General Public License for more details.
|
||||
#include "entity_types.h"
|
||||
#include "vgui_draw.h"
|
||||
#include "sound.h"
|
||||
#include "input.h" // touch
|
||||
#include "platform/platform.h" // GL_UpdateSwapInterval
|
||||
|
||||
/*
|
||||
@@ -484,6 +485,7 @@ void V_PostRender( void )
|
||||
UI_UpdateMenu( host.realtime );
|
||||
Con_DrawVersion();
|
||||
Con_DrawDebug(); // must be last
|
||||
Touch_Draw();
|
||||
|
||||
S_ExtraUpdate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user