Method UpdateKeyStateInMemory
UpdateKeyStateInMemory(KeyEventArgs, bool)
Updates state of the specified key in memory.
public static void UpdateKeyStateInMemory(KeyEventArgs e, bool isDown)
Parameters
e
KeyEventArgsKey information.
isDown
boolWhether key is down.
UpdateKeyStateInMemory(Key, bool)
Updates state of the specified key in memory.
public static void UpdateKeyStateInMemory(Key key, bool isDown)