KeyboardInput.GetKeyStateForCurrentThread(VirtualKey) Method

Definition

Retrieves the state of a virtual-key.

public:
 static CoreVirtualKeyStates GetKeyStateForCurrentThread(VirtualKey virtualKey);
 static CoreVirtualKeyStates GetKeyStateForCurrentThread(VirtualKey const& virtualKey);
public static CoreVirtualKeyStates GetKeyStateForCurrentThread(VirtualKey virtualKey);
function getKeyStateForCurrentThread(virtualKey)
Public Shared Function GetKeyStateForCurrentThread (virtualKey As VirtualKey) As CoreVirtualKeyStates

Parameters

virtualKey
VirtualKey

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

See also