mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Touchscreen things
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user