Oxygen Basic
Programming => Example Code => Topic started by: Peter on November 26, 2011, 07:55:34 AM
-
Deleted
-
Thanks Peter,
I have incorporated the update.
GetAsyncKeyState behaves differently in the 64 bit OS, so it was necessary to apply a bit mask wherever it occurs.
Return GetAsyncKeyState(cKey) and 1
There were 4 places where I made this change.