KeyboardInput.GetKeyStateForCurrentThread(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.
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).