mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Added cancel through ESC to tester
This commit is contained in:
@@ -47,7 +47,7 @@ int main()
|
||||
XUSB_REPORT report;
|
||||
XUSB_REPORT_INIT(&report);
|
||||
|
||||
while(true)
|
||||
while(!(GetAsyncKeyState(VK_ESCAPE) & 0x8000))
|
||||
{
|
||||
ret = vigem_target_x360_update(client, x360, report);
|
||||
report.bLeftTrigger++;
|
||||
|
||||
Reference in New Issue
Block a user