1
0
mirror of synced 2024-12-11 15:26:09 +01:00

Change the key to C

This commit is contained in:
Rin 2022-07-09 11:10:21 +01:00
parent 654c258bed
commit 1ca9a3e513

View File

@ -163,7 +163,7 @@ int BngRwReqSendUrlTo(UINT a, int b, UINT c, int* d,
int BngRwReqWaitTouch(UINT a, int b, UINT c, ULONGLONG d, ULONGLONG e)
{
log("BngRwReqWaitTouch()\n");
return GetAsyncKeyState(VK_RETURN) ? 0 : -1;
return GetAsyncKeyState('C') ? 0 : -1;
}
}