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