Touchscreen things

This commit is contained in:
elasota
2020-10-11 19:50:03 -04:00
parent 5c98783bbb
commit 184daefe7b
34 changed files with 799 additions and 35 deletions

View File

@@ -50,6 +50,9 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
{
if (!wcscmp(cmdLineArgs[i], L"-diagnostics"))
GpLogDriver_Win32::Init();
if (!wcscmp(cmdLineArgs[i], L"-touchscreensimulation"))
GpSystemServices_Win32::GetInstance()->SetTouchscreenSimulation(true);
}
IGpLogDriver *logger = GpLogDriver_Win32::GetInstance();