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

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