You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pseudocode:
KeyboardHook.Add(Keys.A, delegate()
{
if (KeyboardHook.Shift)
{
//some things
KeyboardHook.Shift = false;
//if you won't set Shift to false it will tell you that shift is pressed all
the time
}
});
Original issue reported on code.google.com by
[email protected]
on 3 Apr 2010 at 9:24The text was updated successfully, but these errors were encountered: