CoreComponentInputSource.GetCurrentKeyState(VirtualKey) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current status of a virtual key press.
public:
virtual CoreVirtualKeyStates GetCurrentKeyState(VirtualKey virtualKey) = GetCurrentKeyState;
CoreVirtualKeyStates GetCurrentKeyState(VirtualKey const& virtualKey);
public CoreVirtualKeyStates GetCurrentKeyState(VirtualKey virtualKey);
function getCurrentKeyState(virtualKey)
Public Function GetCurrentKeyState (virtualKey As VirtualKey) As CoreVirtualKeyStates
Parameters
- virtualKey
- VirtualKey
The key from which to retrieve status.
Returns
The flags indicating the current state of the supplied virtual key when the input event fired.
Note
All keys support the Locked state (not just the standard Caps Lock and Num Lock keys).