Module: Vigilem::Win32API::Constants::DWControlKeys

Included in:
Vigilem::Win32API::Constants
Defined in:
lib/vigilem/win32_api/constants.rb

Overview

See Also:

  • ReadConsoleInput

Constant Summary collapse

CAPSLOCK_ON =

The CAPS LOCK light is on.

0x0080
ENHANCED_KEY =

The key is enhanced.

0x0100
LEFT_ALT_PRESSED =

The left ALT key is pressed.

0x0002
LEFT_CTRL_PRESSED =

The left CTRL key is pressed.

0x0008
NUMLOCK_ON =

The NUM LOCK light is on.

0x0020
RIGHT_ALT_PRESSED =

The right ALT key is pressed.

0x0001
RIGHT_CTRL_PRESSED =

The right CTRL key is pressed.

0x0004
SCROLLLOCK_ON =

The SCROLL LOCK light is on.

0x0040
SHIFT_PRESSED =

The SHIFT key is pressed.

0x0010