CoreComponentInputSource.GetCurrentKeyState(VirtualKey) Method

Definition

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).

Applies to