xtd 0.2.0
Loading...
Searching...
No Matches
virtual keys

Definition

virtual keys definitions.

Warning
Internal use only

Variables

constexpr size_t VK_NONE
 No key pressed.
 
constexpr size_t VK_LINE_FEED
 The LINEFEED key.
 
constexpr size_t VK_PAGEUP
 The PAGE UP key.
 
constexpr size_t VK_PAGEDOWN
 The PAGE DOWN key.
 
constexpr size_t VK_0
 The 0 key.
 
constexpr size_t VK_1
 The 1 key.
 
constexpr size_t VK_2
 The 2 key.
 
constexpr size_t VK_3
 The 3 key.
 
constexpr size_t VK_4
 The 4 key.
 
constexpr size_t VK_5
 The 5 key.
 
constexpr size_t VK_6
 The 6 key.
 
constexpr size_t VK_7
 The 7 key.
 
constexpr size_t VK_8
 The 8 key.
 
constexpr size_t VK_9
 The 9 key.
 
constexpr size_t VK_A
 The A key.
 
constexpr size_t VK_B
 The B key.
 
constexpr size_t VK_C
 The C key.
 
constexpr size_t VK_D
 The D key.
 
constexpr size_t VK_E
 The E key.
 
constexpr size_t VK_F
 The F key.
 
constexpr size_t VK_G
 The G key.
 
constexpr size_t VK_H
 The H key.
 
constexpr size_t VK_I
 The I key.
 
constexpr size_t VK_J
 The J key.
 
constexpr size_t VK_K
 The K key.
 
constexpr size_t VK_L
 The L key.
 
constexpr size_t VK_M
 The M key.
 
constexpr size_t VK_N
 The N key.
 
constexpr size_t VK_O
 The O key.
 
constexpr size_t VK_P
 The P key.
 
constexpr size_t VK_Q
 The Q key.
 
constexpr size_t VK_R
 The R key.
 
constexpr size_t VK_S
 The S key.
 
constexpr size_t VK_T
 The T key.
 
constexpr size_t VK_U
 The U key.
 
constexpr size_t VK_V
 The V key.
 
constexpr size_t VK_W
 The W key.
 
constexpr size_t VK_X
 The X key.
 
constexpr size_t VK_Y
 The Y key.
 
constexpr size_t VK_Z
 The Z key.
 
constexpr size_t VK_COMMAND
 The CMD key.
 
constexpr size_t VK_LCOMMAND
 The left CMD key.
 
constexpr size_t VK_RCOMMAND
 The right CMD key.
 
constexpr size_t VK_FUNCTION
 The FUNCTION key.
 
constexpr size_t VK_SHIFT_MODIFIER
 The SHIF modifierT key.
 
constexpr size_t VK_CONTROL_MODIFIER
 The CTRL modifier key.
 
constexpr size_t VK_ALT_MODIFIER
 The ALT modifier key.
 
constexpr size_t VK_META_MODIFIER
 The META modifier key.
 
constexpr size_t VK_FUNCTION_MODIFIER
 The FUNCTIOON modifier key.
 
constexpr size_t VK_LBUTTON
 The left mouse button.
 
constexpr size_t VK_RBUTTON
 The right mouse button.
 
constexpr size_t VK_CANCEL
 The CANCEL key.
 
constexpr size_t VK_MBUTTON
 The middle mouse button.
 
constexpr size_t VK_XBUTTON1
 The firstt x mouse button.
 
constexpr size_t VK_XBUTTON2
 The the second x mouse button.
 
constexpr size_t VK_BACK
 The BACK key.
 
constexpr size_t VK_TAB
 The TAB key.
 
constexpr size_t VK_CLEAR
 The CLEAR key.
 
constexpr size_t VK_RETURN
 The RETURN key.
 
constexpr size_t VK_ENTER
 The ENTER key.
 
constexpr size_t VK_SHIFT
 The SHIFT key.
 
constexpr size_t VK_CONTROL
 The CTRL key.
 
constexpr size_t VK_MENU
 The ALT key.
 
constexpr size_t VK_PAUSE
 The PAUSE key.
 
constexpr size_t VK_CAPITAL
 The CAPS LOCK key.
 
constexpr size_t VK_KANA
 The IME Kana key.
 
constexpr size_t VK_HANGUEL
 The IME Hanguel key.
 
constexpr size_t VK_HANGUL
 The IME Hangul key.
 
constexpr size_t VK_JUNJA
 The IME Junja key.
 
constexpr size_t VK_FINAL
 The IME Final key.
 
constexpr size_t VK_HANJA
 The IME Hanja key.
 
constexpr size_t VK_KANJI
 The IME Kanji key.
 
constexpr size_t VK_ESCAPE
 The ESC key.
 
constexpr size_t VK_CONVERT
 The IME convert key.
 
constexpr size_t VK_NONCONVERT
 The IME nonconvert key.
 
constexpr size_t VK_ACCEPT
 The IMA accept key.
 
constexpr size_t VK_MODECHANGE
 The IME mode change key.
 
constexpr size_t VK_SPACE
 The SPACEBAR key.
 
constexpr size_t VK_PRIOR
 The PAGE UP key.
 
constexpr size_t VK_NEXT
 The PAGE DOWN key.
 
constexpr size_t VK_END
 The END key.
 
constexpr size_t VK_HOME
 The HOME key.
 
constexpr size_t VK_LEFT
 The LEFT key.
 
constexpr size_t VK_UP
 The UP key.
 
constexpr size_t VK_RIGHT
 The RIGHT key.
 
constexpr size_t VK_DOWN
 The DOWN key.
 
constexpr size_t VK_SELECT
 The SELECT key.
 
constexpr size_t VK_PRINT
 The PRINT key.
 
constexpr size_t VK_EXECUTE
 The EXECUTE key.
 
constexpr size_t VK_SNAPSHOT
 The PRINT SCREEN key.
 
constexpr size_t VK_INSERT
 The INSERT key.
 
constexpr size_t VK_DELETE
 The DEL key.
 
constexpr size_t VK_HELP
 The HELP key.
 
constexpr size_t VK_LWIN
 The left Windows logo key.
 
constexpr size_t VK_RWIN
 The right Windows logo key.
 
constexpr size_t VK_APPS
 The application key.
 
constexpr size_t VK_SLEEP
 The computer sleep key.
 
constexpr size_t VK_NUMPAD0
 The 0 key on the numeric keypad.
 
constexpr size_t VK_NUMPAD1
 The 1 key on the numeric keypad.
 
constexpr size_t VK_NUMPAD2
 The 2 key on the numeric keypad.
 
constexpr size_t VK_NUMPAD3
 The 3 key on the numeric keypad.
 
constexpr size_t VK_NUMPAD4
 The 4 key on the numeric keypad.
 
constexpr size_t VK_NUMPAD5
 The 5 key on the numeric keypad.
 
constexpr size_t VK_NUMPAD6
 The 6 key on the numeric keypad.
 
constexpr size_t VK_NUMPAD7
 The 7 key on the numeric keypad.
 
constexpr size_t VK_NUMPAD8
 The 8 key on the numeric keypad.
 
constexpr size_t VK_NUMPAD9
 The 9 key on the numeric keypad.
 
constexpr size_t VK_MULTIPLY
 The multiply key.
 
constexpr size_t VK_ADD
 The add key.
 
constexpr size_t VK_SEPARATOR
 The separator key.
 
constexpr size_t VK_SUBTRACT
 The subtract key.
 
constexpr size_t VK_DECIMAL
 The decimal key.
 
constexpr size_t VK_DIVIDE
 The divide key.
 
constexpr size_t VK_F1
 The F1 key.
 
constexpr size_t VK_F2
 The F2 key.
 
constexpr size_t VK_F3
 The F3 key.
 
constexpr size_t VK_F4
 The F4 key.
 
constexpr size_t VK_F5
 The F5 key.
 
constexpr size_t VK_F6
 The F6 key.
 
constexpr size_t VK_F7
 The F7 key.
 
constexpr size_t VK_F8
 The F8 key.
 
constexpr size_t VK_F9
 The F9 key.
 
constexpr size_t VK_F10
 The F10 key.
 
constexpr size_t VK_F11
 The F11 key.
 
constexpr size_t VK_F12
 The F12 key.
 
constexpr size_t VK_F13
 The F13 key.
 
constexpr size_t VK_F14
 The F14 key.
 
constexpr size_t VK_F15
 The F15 key.
 
constexpr size_t VK_F16
 The F16 key.
 
constexpr size_t VK_F17
 The F17 key.
 
constexpr size_t VK_F18
 The F18 key.
 
constexpr size_t VK_F19
 The F19 key.
 
constexpr size_t VK_F20
 The F20 key.
 
constexpr size_t VK_F21
 The F21 key.
 
constexpr size_t VK_F22
 The F22 key.
 
constexpr size_t VK_F23
 The F23 key.
 
constexpr size_t VK_F24
 The F24 key.
 
constexpr size_t VK_NAVIGATION_VIEW
 The navigation view key.
 
constexpr size_t VK_NAVIGATION_MENU
 The navigation menu key.
 
constexpr size_t VK_NAVIGATION_UP
 The navigation up key.
 
constexpr size_t VK_NAVIGATION_DOWN
 The navigation down key.
 
constexpr size_t VK_NAVIGATION_LEFT
 The navigation left key.
 
constexpr size_t VK_NAVIGATION_RIGHT
 The navigation right key.
 
constexpr size_t VK_NAVIGATION_ACCEPT
 The navigation accept key.
 
constexpr size_t VK_NAVIGATION_CANCEL
 The navigation cancel key.
 
constexpr size_t VK_NUMLOCK
 The NUM LOCK key.
 
constexpr size_t VK_SCROLL
 The SCROLL LOCK key.
 
constexpr size_t VK_OEM_NEC_EQUAL
 The OEM Nec equal key.
 
constexpr size_t VK_OEM_FJ_JISHO
 The OEM Fj Jisho key.
 
constexpr size_t VK_OEM_FJ_MASSHOU
 The OEM Fj Masshou key.
 
constexpr size_t VK_OEM_FJ_TOUROKU
 The OEM Fj Touroku key.
 
constexpr size_t VK_OEM_FJ_LOYA
 The OEM Fj Loya key.
 
constexpr size_t VK_OEM_FJ_ROYA
 The OEM Fj Roya key.
 
constexpr size_t VK_LSHIFT
 The left SHIFT key.
 
constexpr size_t VK_RSHIFT
 The right SHIFT key.
 
constexpr size_t VK_LCONTROL
 The left CTRL key.
 
constexpr size_t VK_RCONTROL
 The right CTRL key.
 
constexpr size_t VK_LMENU
 The left ALT key.
 
constexpr size_t VK_RMENU
 The right ALT key.
 
constexpr size_t VK_BROWSER_BACK
 The browser back key.
 
constexpr size_t VK_BROWSER_FORWARD
 The browser forward key.
 
constexpr size_t VK_BROWSER_REFRESH
 The browser refresh key.
 
constexpr size_t VK_BROWSER_STOP
 The browser stop key.
 
constexpr size_t VK_BROWSER_SEARCH
 The browser search key.
 
constexpr size_t VK_BROWSER_FAVORITES
 The browser favorites key.
 
constexpr size_t VK_BROWSER_HOME
 The browser home key.
 
constexpr size_t VK_VOLUME_MUTE
 The volume mute key.
 
constexpr size_t VK_VOLUME_DOWN
 The volume down key.
 
constexpr size_t VK_VOLUME_UP
 The volume up key.
 
constexpr size_t VK_MEDIA_NEXT_TRACK
 The media next trak key.
 
constexpr size_t VK_MEDIA_PREV_TRACK
 The media previous track key.
 
constexpr size_t VK_MEDIA_STOP
 The media stop key.
 
constexpr size_t VK_MEDIA_PLAY_PAUSE
 The media play key.
 
constexpr size_t VK_LAUNCH_MAIL
 The launch mail key.
 
constexpr size_t VK_LAUNCH_MEDIA_SELECT
 The media select key.
 
constexpr size_t VK_LAUNCH_APP1
 The launch application one key.
 
constexpr size_t VK_LAUNCH_APP2
 The launch application two key.
 
constexpr size_t VK_OEM_1
 The OEM 1 key.
 
constexpr size_t VK_OEM_PLUS
 The OEM plus key.
 
constexpr size_t VK_OEM_COMMA
 The OEM comma key.
 
constexpr size_t VK_OEM_MINUS
 The OEM minus key.
 
constexpr size_t VK_OEM_PERIOD
 The OEM period key.
 
constexpr size_t VK_OEM_2
 The OEM 2 key.
 
constexpr size_t VK_OEM_3
 The OEM 3 key.
 
constexpr size_t VK_GAMEPAD_A
 The gamepad A key.
 
constexpr size_t VK_GAMEPAD_B
 The gamepad B key.
 
constexpr size_t VK_GAMEPAD_X
 The gamepad X key.
 
constexpr size_t VK_GAMEPAD_Y
 The gamepad Y key.
 
constexpr size_t VK_GAMEPAD_RIGHT_SHOULDER
 The gamepad right shoulder key.
 
constexpr size_t VK_GAMEPAD_LEFT_SHOULDER
 The gamepad left shoulder key.
 
constexpr size_t VK_GAMEPAD_LEFT_TRIGGER
 The gamepad left trigger key.
 
constexpr size_t VK_GAMEPAD_RIGHT_TRIGGER
 The gamepad right trigger key.
 
constexpr size_t VK_GAMEPAD_DPAD_UP
 The gamepad direction pad up key.
 
constexpr size_t VK_GAMEPAD_DPAD_DOWN
 The gampad direction pad down key.
 
constexpr size_t VK_GAMEPAD_DPAD_LEFT
 The gampad direction pad left key.
 
constexpr size_t VK_GAMEPAD_DPAD_RIGHT
 The gampad direction pad rright key.
 
constexpr size_t VK_GAMEPAD_MENU
 The gampad direction pad menu key.
 
constexpr size_t VK_GAMEPAD_VIEW
 The gampad direction pad view key.
 
constexpr size_t VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON
 The gampad direction pad left thumbstick key.
 
constexpr size_t VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON
 The gampad direction pad right thumbstick key.
 
constexpr size_t VK_GAMEPAD_LEFT_THUMBSTICK_UP
 The gampad direction pad left thumbstick up key.
 
constexpr size_t VK_GAMEPAD_LEFT_THUMBSTICK_DOWN
 The gampad direction pad left thumbstick down key.
 
constexpr size_t VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT
 The gampad direction pad left thumbstick right key.
 
constexpr size_t VK_GAMEPAD_LEFT_THUMBSTICK_LEFT
 The gampad direction pad left thumbstick left key.
 
constexpr size_t VK_GAMEPAD_RIGHT_THUMBSTICK_UP
 The gampad direction pad right thumbstick up key.
 
constexpr size_t VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN
 The gampad direction pad right thumbstick down key.
 
constexpr size_t VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT
 The gampad direction pad right thumbstick right key.
 
constexpr size_t VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT
 The gampad direction pad right thumbstick left key.
 
constexpr size_t VK_OEM_4
 The OEM 4 key.
 
constexpr size_t VK_OEM_5
 The OEM 5 key.
 
constexpr size_t VK_OEM_6
 The OEM 6 key.
 
constexpr size_t VK_OEM_7
 The OEM 7 key.
 
constexpr size_t VK_OEM_8
 The OEM 8 key.
 
constexpr size_t VK_OEM_AX
 The OEM ax key.
 
constexpr size_t VK_OEM_102
 The OEM 102 key.
 
constexpr size_t VK_ICO_HELP
 The ico help key.
 
constexpr size_t VK_ICO_00
 The ico 00 key.
 
constexpr size_t VK_PROCESSKEY
 The PROCESS KEY key.
 
constexpr size_t VK_ICO_CLEAR
 The ico clear key.
 
constexpr size_t VK_PACKET
 The packet key.
 
constexpr size_t VK_OEM_RESET
 The OEM reset key.
 
constexpr size_t VK_OEM_JUMP
 The OEM jump key.
 
constexpr size_t VK_OEM_PA1
 The OEM PA1 key.
 
constexpr size_t VK_OEM_PA2
 The OEM PA2 key.
 
constexpr size_t VK_OEM_PA3
 The OEM PA3 key.
 
constexpr size_t VK_OEM_WSCTRL
 The OEM WSCTRL key.
 
constexpr size_t VK_OEM_CUSEL
 The OEM CUSEL key.
 
constexpr size_t VK_OEM_ATTN
 The OEM ATTN key.
 
constexpr size_t VK_OEM_FINISH
 The OEM finish key.
 
constexpr size_t VK_OEM_COPY
 The OEM copy key.
 
constexpr size_t VK_OEM_AUTO
 The OEM auto key.
 
constexpr size_t VK_OEM_ENLW
 The OEM ENLW key.
 
constexpr size_t VK_OEM_BACKTAB
 The OEM BACKTAB key.
 
constexpr size_t VK_ATTN
 The ATTN key.
 
constexpr size_t VK_CRSEL
 The CRSEL key.
 
constexpr size_t VK_EXSEL
 The EXSEL key.
 
constexpr size_t VK_EREOF
 The ERASE OF key.
 
constexpr size_t VK_PLAY
 The PALY key.
 
constexpr size_t VK_ZOOM
 The ZOOM key.
 
constexpr size_t VK_NONAME
 Reserved for future use.
 
constexpr size_t VK_PA1
 The PA1 key.
 
constexpr size_t VK_OEM_CLEAR
 The OEM CLEAR key.
 

Variable Documentation

◆ VK_NONE

constexpr size_t VK_NONE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

No key pressed.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_LINE_FEED

constexpr size_t VK_LINE_FEED
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The LINEFEED key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_PAGEUP

constexpr size_t VK_PAGEUP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The PAGE UP key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_PAGEDOWN

constexpr size_t VK_PAGEDOWN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The PAGE DOWN key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_0

constexpr size_t VK_0
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 0 key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_1

constexpr size_t VK_1
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 1 key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_2

constexpr size_t VK_2
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 2 key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_3

constexpr size_t VK_3
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 3 key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_4

constexpr size_t VK_4
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 4 key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_5

constexpr size_t VK_5
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 5 key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_6

constexpr size_t VK_6
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 6 key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_7

constexpr size_t VK_7
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 7 key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_8

constexpr size_t VK_8
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 8 key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_9

constexpr size_t VK_9
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 9 key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_A

constexpr size_t VK_A
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The A key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_B

constexpr size_t VK_B
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The B key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_C

constexpr size_t VK_C
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The C key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_D

constexpr size_t VK_D
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The D key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_E

constexpr size_t VK_E
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The E key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_F

constexpr size_t VK_F
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_G

constexpr size_t VK_G
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The G key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_H

constexpr size_t VK_H
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The H key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_I

constexpr size_t VK_I
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The I key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_J

constexpr size_t VK_J
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The J key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_K

constexpr size_t VK_K
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The K key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_L

constexpr size_t VK_L
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The L key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_M

constexpr size_t VK_M
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The M key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_N

constexpr size_t VK_N
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The N key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_O

constexpr size_t VK_O
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The O key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_P

constexpr size_t VK_P
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The P key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_Q

constexpr size_t VK_Q
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The Q key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_R

constexpr size_t VK_R
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The R key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_S

constexpr size_t VK_S
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The S key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_T

constexpr size_t VK_T
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The T key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_U

constexpr size_t VK_U
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The U key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_V

constexpr size_t VK_V
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The V key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_W

constexpr size_t VK_W
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The W key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_X

constexpr size_t VK_X
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The X key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_Y

constexpr size_t VK_Y
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The Y key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_Z

constexpr size_t VK_Z
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The Z key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_COMMAND

constexpr size_t VK_COMMAND
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The CMD key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_LCOMMAND

constexpr size_t VK_LCOMMAND
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The left CMD key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_RCOMMAND

constexpr size_t VK_RCOMMAND
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The right CMD key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_FUNCTION

constexpr size_t VK_FUNCTION
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The FUNCTION key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_SHIFT_MODIFIER

constexpr size_t VK_SHIFT_MODIFIER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The SHIF modifierT key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_CONTROL_MODIFIER

constexpr size_t VK_CONTROL_MODIFIER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The CTRL modifier key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_ALT_MODIFIER

constexpr size_t VK_ALT_MODIFIER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The ALT modifier key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_META_MODIFIER

constexpr size_t VK_META_MODIFIER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The META modifier key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_FUNCTION_MODIFIER

constexpr size_t VK_FUNCTION_MODIFIER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The FUNCTIOON modifier key.

Library
xtd.forms.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ VK_LBUTTON

constexpr size_t VK_LBUTTON
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The left mouse button.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_RBUTTON

constexpr size_t VK_RBUTTON
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The right mouse button.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_CANCEL

constexpr size_t VK_CANCEL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The CANCEL key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_MBUTTON

constexpr size_t VK_MBUTTON
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The middle mouse button.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_XBUTTON1

constexpr size_t VK_XBUTTON1
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The firstt x mouse button.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_XBUTTON2

constexpr size_t VK_XBUTTON2
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The the second x mouse button.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_BACK

constexpr size_t VK_BACK
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The BACK key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_TAB

constexpr size_t VK_TAB
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The TAB key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_CLEAR

constexpr size_t VK_CLEAR
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The CLEAR key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_RETURN

constexpr size_t VK_RETURN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The RETURN key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_ENTER

constexpr size_t VK_ENTER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The ENTER key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_SHIFT

constexpr size_t VK_SHIFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The SHIFT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_CONTROL

constexpr size_t VK_CONTROL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The CTRL key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_MENU

constexpr size_t VK_MENU
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The ALT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_PAUSE

constexpr size_t VK_PAUSE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The PAUSE key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_CAPITAL

constexpr size_t VK_CAPITAL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The CAPS LOCK key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_KANA

constexpr size_t VK_KANA
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IME Kana key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_HANGUEL

constexpr size_t VK_HANGUEL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IME Hanguel key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_HANGUL

constexpr size_t VK_HANGUL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IME Hangul key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_JUNJA

constexpr size_t VK_JUNJA
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IME Junja key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_FINAL

constexpr size_t VK_FINAL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IME Final key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_HANJA

constexpr size_t VK_HANJA
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IME Hanja key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_KANJI

constexpr size_t VK_KANJI
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IME Kanji key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_ESCAPE

constexpr size_t VK_ESCAPE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The ESC key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_CONVERT

constexpr size_t VK_CONVERT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IME convert key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NONCONVERT

constexpr size_t VK_NONCONVERT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IME nonconvert key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_ACCEPT

constexpr size_t VK_ACCEPT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IMA accept key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_MODECHANGE

constexpr size_t VK_MODECHANGE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The IME mode change key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_SPACE

constexpr size_t VK_SPACE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The SPACEBAR key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_PRIOR

constexpr size_t VK_PRIOR
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The PAGE UP key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NEXT

constexpr size_t VK_NEXT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The PAGE DOWN key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_END

constexpr size_t VK_END
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The END key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_HOME

constexpr size_t VK_HOME
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The HOME key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_LEFT

constexpr size_t VK_LEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The LEFT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_UP

constexpr size_t VK_UP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The UP key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_RIGHT

constexpr size_t VK_RIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The RIGHT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_DOWN

constexpr size_t VK_DOWN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The DOWN key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_SELECT

constexpr size_t VK_SELECT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The SELECT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_PRINT

constexpr size_t VK_PRINT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The PRINT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_EXECUTE

constexpr size_t VK_EXECUTE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The EXECUTE key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_SNAPSHOT

constexpr size_t VK_SNAPSHOT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The PRINT SCREEN key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_INSERT

constexpr size_t VK_INSERT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The INSERT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_DELETE

constexpr size_t VK_DELETE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The DEL key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_HELP

constexpr size_t VK_HELP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The HELP key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_LWIN

constexpr size_t VK_LWIN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The left Windows logo key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_RWIN

constexpr size_t VK_RWIN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The right Windows logo key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_APPS

constexpr size_t VK_APPS
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The application key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_SLEEP

constexpr size_t VK_SLEEP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The computer sleep key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMPAD0

constexpr size_t VK_NUMPAD0
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 0 key on the numeric keypad.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMPAD1

constexpr size_t VK_NUMPAD1
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 1 key on the numeric keypad.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMPAD2

constexpr size_t VK_NUMPAD2
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 2 key on the numeric keypad.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMPAD3

constexpr size_t VK_NUMPAD3
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 3 key on the numeric keypad.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMPAD4

constexpr size_t VK_NUMPAD4
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 4 key on the numeric keypad.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMPAD5

constexpr size_t VK_NUMPAD5
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 5 key on the numeric keypad.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMPAD6

constexpr size_t VK_NUMPAD6
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 6 key on the numeric keypad.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMPAD7

constexpr size_t VK_NUMPAD7
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 7 key on the numeric keypad.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMPAD8

constexpr size_t VK_NUMPAD8
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 8 key on the numeric keypad.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMPAD9

constexpr size_t VK_NUMPAD9
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The 9 key on the numeric keypad.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_MULTIPLY

constexpr size_t VK_MULTIPLY
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The multiply key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_ADD

constexpr size_t VK_ADD
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The add key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_SEPARATOR

constexpr size_t VK_SEPARATOR
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The separator key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_SUBTRACT

constexpr size_t VK_SUBTRACT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The subtract key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_DECIMAL

constexpr size_t VK_DECIMAL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The decimal key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_DIVIDE

constexpr size_t VK_DIVIDE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The divide key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F1

constexpr size_t VK_F1
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F1 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F2

constexpr size_t VK_F2
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F2 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F3

constexpr size_t VK_F3
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F3 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F4

constexpr size_t VK_F4
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F4 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F5

constexpr size_t VK_F5
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F5 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F6

constexpr size_t VK_F6
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F6 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F7

constexpr size_t VK_F7
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F7 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F8

constexpr size_t VK_F8
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F8 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F9

constexpr size_t VK_F9
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F9 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F10

constexpr size_t VK_F10
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F10 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F11

constexpr size_t VK_F11
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F11 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F12

constexpr size_t VK_F12
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F12 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F13

constexpr size_t VK_F13
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F13 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F14

constexpr size_t VK_F14
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F14 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F15

constexpr size_t VK_F15
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F15 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F16

constexpr size_t VK_F16
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F16 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F17

constexpr size_t VK_F17
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F17 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F18

constexpr size_t VK_F18
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F18 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F19

constexpr size_t VK_F19
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F19 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F20

constexpr size_t VK_F20
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F20 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F21

constexpr size_t VK_F21
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F21 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F22

constexpr size_t VK_F22
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F22 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F23

constexpr size_t VK_F23
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F23 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_F24

constexpr size_t VK_F24
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The F24 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NAVIGATION_VIEW

constexpr size_t VK_NAVIGATION_VIEW
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The navigation view key.

Library
xtd.forms.native
Remarks
Reserved.
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NAVIGATION_MENU

constexpr size_t VK_NAVIGATION_MENU
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The navigation menu key.

Library
xtd.forms.native
Remarks
Reserved.
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NAVIGATION_UP

constexpr size_t VK_NAVIGATION_UP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The navigation up key.

Library
xtd.forms.native
Remarks
Reserved.
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NAVIGATION_DOWN

constexpr size_t VK_NAVIGATION_DOWN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The navigation down key.

Library
xtd.forms.native
Remarks
Reserved.
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NAVIGATION_LEFT

constexpr size_t VK_NAVIGATION_LEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The navigation left key.

Library
xtd.forms.native
Remarks
Reserved.
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NAVIGATION_RIGHT

constexpr size_t VK_NAVIGATION_RIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The navigation right key.

Library
xtd.forms.native
Remarks
Reserved.
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NAVIGATION_ACCEPT

constexpr size_t VK_NAVIGATION_ACCEPT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The navigation accept key.

Library
xtd.forms.native
Remarks
Reserved.
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NAVIGATION_CANCEL

constexpr size_t VK_NAVIGATION_CANCEL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The navigation cancel key.

Library
xtd.forms.native
Remarks
Reserved.
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NUMLOCK

constexpr size_t VK_NUMLOCK
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The NUM LOCK key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_SCROLL

constexpr size_t VK_SCROLL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The SCROLL LOCK key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_NEC_EQUAL

constexpr size_t VK_OEM_NEC_EQUAL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM Nec equal key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_FJ_JISHO

constexpr size_t VK_OEM_FJ_JISHO
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM Fj Jisho key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_FJ_MASSHOU

constexpr size_t VK_OEM_FJ_MASSHOU
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM Fj Masshou key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_FJ_TOUROKU

constexpr size_t VK_OEM_FJ_TOUROKU
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM Fj Touroku key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_FJ_LOYA

constexpr size_t VK_OEM_FJ_LOYA
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM Fj Loya key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_FJ_ROYA

constexpr size_t VK_OEM_FJ_ROYA
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM Fj Roya key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_LSHIFT

constexpr size_t VK_LSHIFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The left SHIFT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_RSHIFT

constexpr size_t VK_RSHIFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The right SHIFT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_LCONTROL

constexpr size_t VK_LCONTROL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The left CTRL key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_RCONTROL

constexpr size_t VK_RCONTROL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The right CTRL key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_LMENU

constexpr size_t VK_LMENU
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The left ALT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_RMENU

constexpr size_t VK_RMENU
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The right ALT key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_BROWSER_BACK

constexpr size_t VK_BROWSER_BACK
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The browser back key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_BROWSER_FORWARD

constexpr size_t VK_BROWSER_FORWARD
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The browser forward key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_BROWSER_REFRESH

constexpr size_t VK_BROWSER_REFRESH
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The browser refresh key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_BROWSER_STOP

constexpr size_t VK_BROWSER_STOP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The browser stop key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_BROWSER_SEARCH

constexpr size_t VK_BROWSER_SEARCH
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The browser search key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_BROWSER_FAVORITES

constexpr size_t VK_BROWSER_FAVORITES
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The browser favorites key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_BROWSER_HOME

constexpr size_t VK_BROWSER_HOME
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The browser home key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_VOLUME_MUTE

constexpr size_t VK_VOLUME_MUTE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The volume mute key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_VOLUME_DOWN

constexpr size_t VK_VOLUME_DOWN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The volume down key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_VOLUME_UP

constexpr size_t VK_VOLUME_UP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The volume up key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_MEDIA_NEXT_TRACK

constexpr size_t VK_MEDIA_NEXT_TRACK
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The media next trak key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_MEDIA_PREV_TRACK

constexpr size_t VK_MEDIA_PREV_TRACK
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The media previous track key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_MEDIA_STOP

constexpr size_t VK_MEDIA_STOP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The media stop key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_MEDIA_PLAY_PAUSE

constexpr size_t VK_MEDIA_PLAY_PAUSE
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The media play key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_LAUNCH_MAIL

constexpr size_t VK_LAUNCH_MAIL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The launch mail key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_LAUNCH_MEDIA_SELECT

constexpr size_t VK_LAUNCH_MEDIA_SELECT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The media select key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_LAUNCH_APP1

constexpr size_t VK_LAUNCH_APP1
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The launch application one key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_LAUNCH_APP2

constexpr size_t VK_LAUNCH_APP2
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The launch application two key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_1

constexpr size_t VK_OEM_1
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM 1 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_PLUS

constexpr size_t VK_OEM_PLUS
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM plus key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_COMMA

constexpr size_t VK_OEM_COMMA
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM comma key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_MINUS

constexpr size_t VK_OEM_MINUS
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM minus key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_PERIOD

constexpr size_t VK_OEM_PERIOD
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM period key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_2

constexpr size_t VK_OEM_2
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM 2 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_3

constexpr size_t VK_OEM_3
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM 3 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_A

constexpr size_t VK_GAMEPAD_A
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gamepad A key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_B

constexpr size_t VK_GAMEPAD_B
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gamepad B key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_X

constexpr size_t VK_GAMEPAD_X
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gamepad X key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_Y

constexpr size_t VK_GAMEPAD_Y
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gamepad Y key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_RIGHT_SHOULDER

constexpr size_t VK_GAMEPAD_RIGHT_SHOULDER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gamepad right shoulder key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_LEFT_SHOULDER

constexpr size_t VK_GAMEPAD_LEFT_SHOULDER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gamepad left shoulder key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_LEFT_TRIGGER

constexpr size_t VK_GAMEPAD_LEFT_TRIGGER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gamepad left trigger key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_RIGHT_TRIGGER

constexpr size_t VK_GAMEPAD_RIGHT_TRIGGER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gamepad right trigger key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_DPAD_UP

constexpr size_t VK_GAMEPAD_DPAD_UP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gamepad direction pad up key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_DPAD_DOWN

constexpr size_t VK_GAMEPAD_DPAD_DOWN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad down key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_DPAD_LEFT

constexpr size_t VK_GAMEPAD_DPAD_LEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad left key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_DPAD_RIGHT

constexpr size_t VK_GAMEPAD_DPAD_RIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad rright key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_MENU

constexpr size_t VK_GAMEPAD_MENU
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad menu key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_VIEW

constexpr size_t VK_GAMEPAD_VIEW
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad view key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON

constexpr size_t VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad left thumbstick key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON

constexpr size_t VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad right thumbstick key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_LEFT_THUMBSTICK_UP

constexpr size_t VK_GAMEPAD_LEFT_THUMBSTICK_UP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad left thumbstick up key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_LEFT_THUMBSTICK_DOWN

constexpr size_t VK_GAMEPAD_LEFT_THUMBSTICK_DOWN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad left thumbstick down key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT

constexpr size_t VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad left thumbstick right key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_LEFT_THUMBSTICK_LEFT

constexpr size_t VK_GAMEPAD_LEFT_THUMBSTICK_LEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad left thumbstick left key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_RIGHT_THUMBSTICK_UP

constexpr size_t VK_GAMEPAD_RIGHT_THUMBSTICK_UP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad right thumbstick up key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN

constexpr size_t VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad right thumbstick down key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT

constexpr size_t VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad right thumbstick right key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT

constexpr size_t VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The gampad direction pad right thumbstick left key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_4

constexpr size_t VK_OEM_4
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM 4 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_5

constexpr size_t VK_OEM_5
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM 5 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_6

constexpr size_t VK_OEM_6
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM 6 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_7

constexpr size_t VK_OEM_7
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM 7 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_8

constexpr size_t VK_OEM_8
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM 8 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_AX

constexpr size_t VK_OEM_AX
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM ax key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_102

constexpr size_t VK_OEM_102
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM 102 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_ICO_HELP

constexpr size_t VK_ICO_HELP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The ico help key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_ICO_00

constexpr size_t VK_ICO_00
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The ico 00 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_PROCESSKEY

constexpr size_t VK_PROCESSKEY
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The PROCESS KEY key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_ICO_CLEAR

constexpr size_t VK_ICO_CLEAR
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The ico clear key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_PACKET

constexpr size_t VK_PACKET
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The packet key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_RESET

constexpr size_t VK_OEM_RESET
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM reset key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_JUMP

constexpr size_t VK_OEM_JUMP
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM jump key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_PA1

constexpr size_t VK_OEM_PA1
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM PA1 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_PA2

constexpr size_t VK_OEM_PA2
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM PA2 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_PA3

constexpr size_t VK_OEM_PA3
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM PA3 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_WSCTRL

constexpr size_t VK_OEM_WSCTRL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM WSCTRL key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_CUSEL

constexpr size_t VK_OEM_CUSEL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM CUSEL key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_ATTN

constexpr size_t VK_OEM_ATTN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM ATTN key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_FINISH

constexpr size_t VK_OEM_FINISH
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM finish key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_COPY

constexpr size_t VK_OEM_COPY
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM copy key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_AUTO

constexpr size_t VK_OEM_AUTO
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM auto key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_ENLW

constexpr size_t VK_OEM_ENLW
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM ENLW key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_BACKTAB

constexpr size_t VK_OEM_BACKTAB
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM BACKTAB key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_ATTN

constexpr size_t VK_ATTN
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The ATTN key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_CRSEL

constexpr size_t VK_CRSEL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The CRSEL key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_EXSEL

constexpr size_t VK_EXSEL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The EXSEL key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_EREOF

constexpr size_t VK_EREOF
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The ERASE OF key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_PLAY

constexpr size_t VK_PLAY
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The PALY key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_ZOOM

constexpr size_t VK_ZOOM
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The ZOOM key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_NONAME

constexpr size_t VK_NONAME
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

Reserved for future use.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_PA1

constexpr size_t VK_PA1
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The PA1 key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only

◆ VK_OEM_CLEAR

constexpr size_t VK_OEM_CLEAR
constexpr

#include <xtd.forms.native/include/xtd/forms/native/virtual_keys.h>

The OEM CLEAR key.

Library
xtd.forms.native
Remarks
For more info see https://docs.microsoft.com .
Warning
Internal use only