Ultralight C++ API 1.3.0
Loading...
Searching...
No Matches
ultralight::KeyCodes Namespace Reference

Namespace containing all the key-code definitions for KeyboardEvent. More...

Variables

const int GK_BACK = 0x08
 
const int GK_TAB = 0x09
 
const int GK_CLEAR = 0x0C
 
const int GK_RETURN = 0x0D
 
const int GK_SHIFT = 0x10
 
const int GK_CONTROL = 0x11
 
const int GK_MENU = 0x12
 
const int GK_PAUSE = 0x13
 
const int GK_CAPITAL = 0x14
 
const int GK_KANA = 0x15
 
const int GK_HANGUL = 0x15
 
const int GK_IME_ON = 0x16
 
const int GK_JUNJA = 0x17
 
const int GK_FINAL = 0x18
 
const int GK_HANJA = 0x19
 
const int GK_KANJI = 0x19
 
const int GK_IME_OFF = 0x1A
 
const int GK_ESCAPE = 0x1B
 
const int GK_CONVERT = 0x1C
 
const int GK_NONCONVERT = 0x1D
 
const int GK_ACCEPT = 0x1E
 
const int GK_MODECHANGE = 0x1F
 
const int GK_SPACE = 0x20
 
const int GK_PRIOR = 0x21
 
const int GK_NEXT = 0x22
 
const int GK_END = 0x23
 
const int GK_HOME = 0x24
 
const int GK_LEFT = 0x25
 
const int GK_UP = 0x26
 
const int GK_RIGHT = 0x27
 
const int GK_DOWN = 0x28
 
const int GK_SELECT = 0x29
 
const int GK_PRINT = 0x2A
 
const int GK_EXECUTE = 0x2B
 
const int GK_SNAPSHOT = 0x2C
 
const int GK_INSERT = 0x2D
 
const int GK_DELETE = 0x2E
 
const int GK_HELP = 0x2F
 
const int GK_0 = 0x30
 
const int GK_1 = 0x31
 
const int GK_2 = 0x32
 
const int GK_3 = 0x33
 
const int GK_4 = 0x34
 
const int GK_5 = 0x35
 
const int GK_6 = 0x36
 
const int GK_7 = 0x37
 
const int GK_8 = 0x38
 
const int GK_9 = 0x39
 
const int GK_A = 0x41
 
const int GK_B = 0x42
 
const int GK_C = 0x43
 
const int GK_D = 0x44
 
const int GK_E = 0x45
 
const int GK_F = 0x46
 
const int GK_G = 0x47
 
const int GK_H = 0x48
 
const int GK_I = 0x49
 
const int GK_J = 0x4A
 
const int GK_K = 0x4B
 
const int GK_L = 0x4C
 
const int GK_M = 0x4D
 
const int GK_N = 0x4E
 
const int GK_O = 0x4F
 
const int GK_P = 0x50
 
const int GK_Q = 0x51
 
const int GK_R = 0x52
 
const int GK_S = 0x53
 
const int GK_T = 0x54
 
const int GK_U = 0x55
 
const int GK_V = 0x56
 
const int GK_W = 0x57
 
const int GK_X = 0x58
 
const int GK_Y = 0x59
 
const int GK_Z = 0x5A
 
const int GK_LWIN = 0x5B
 
const int GK_RWIN = 0x5C
 
const int GK_APPS = 0x5D
 
const int GK_SLEEP = 0x5F
 
const int GK_NUMPAD0 = 0x60
 
const int GK_NUMPAD1 = 0x61
 
const int GK_NUMPAD2 = 0x62
 
const int GK_NUMPAD3 = 0x63
 
const int GK_NUMPAD4 = 0x64
 
const int GK_NUMPAD5 = 0x65
 
const int GK_NUMPAD6 = 0x66
 
const int GK_NUMPAD7 = 0x67
 
const int GK_NUMPAD8 = 0x68
 
const int GK_NUMPAD9 = 0x69
 
const int GK_MULTIPLY = 0x6A
 
const int GK_ADD = 0x6B
 
const int GK_SEPARATOR = 0x6C
 
const int GK_SUBTRACT = 0x6D
 
const int GK_DECIMAL = 0x6E
 
const int GK_DIVIDE = 0x6F
 
const int GK_F1 = 0x70
 
const int GK_F2 = 0x71
 
const int GK_F3 = 0x72
 
const int GK_F4 = 0x73
 
const int GK_F5 = 0x74
 
const int GK_F6 = 0x75
 
const int GK_F7 = 0x76
 
const int GK_F8 = 0x77
 
const int GK_F9 = 0x78
 
const int GK_F10 = 0x79
 
const int GK_F11 = 0x7A
 
const int GK_F12 = 0x7B
 
const int GK_F13 = 0x7C
 
const int GK_F14 = 0x7D
 
const int GK_F15 = 0x7E
 
const int GK_F16 = 0x7F
 
const int GK_F17 = 0x80
 
const int GK_F18 = 0x81
 
const int GK_F19 = 0x82
 
const int GK_F20 = 0x83
 
const int GK_F21 = 0x84
 
const int GK_F22 = 0x85
 
const int GK_F23 = 0x86
 
const int GK_F24 = 0x87
 
const int GK_NUMLOCK = 0x90
 
const int GK_SCROLL = 0x91
 
const int GK_LSHIFT = 0xA0
 
const int GK_RSHIFT = 0xA1
 
const int GK_LCONTROL = 0xA2
 
const int GK_RCONTROL = 0xA3
 
const int GK_LMENU = 0xA4
 
const int GK_RMENU = 0xA5
 
const int GK_BROWSER_BACK = 0xA6
 
const int GK_BROWSER_FORWARD = 0xA7
 
const int GK_BROWSER_REFRESH = 0xA8
 
const int GK_BROWSER_STOP = 0xA9
 
const int GK_BROWSER_SEARCH = 0xAA
 
const int GK_BROWSER_FAVORITES = 0xAB
 
const int GK_BROWSER_HOME = 0xAC
 
const int GK_VOLUME_MUTE = 0xAD
 
const int GK_VOLUME_DOWN = 0xAE
 
const int GK_VOLUME_UP = 0xAF
 
const int GK_MEDIA_NEXT_TRACK = 0xB0
 
const int GK_MEDIA_PREV_TRACK = 0xB1
 
const int GK_MEDIA_STOP = 0xB2
 
const int GK_MEDIA_PLAY_PAUSE = 0xB3
 
const int GK_MEDIA_LAUNCH_MAIL = 0xB4
 
const int GK_MEDIA_LAUNCH_MEDIA_SELECT = 0xB5
 
const int GK_MEDIA_LAUNCH_APP1 = 0xB6
 
const int GK_MEDIA_LAUNCH_APP2 = 0xB7
 
const int GK_OEM_1 = 0xBA
 
const int GK_OEM_PLUS = 0xBB
 
const int GK_OEM_COMMA = 0xBC
 
const int GK_OEM_MINUS = 0xBD
 
const int GK_OEM_PERIOD = 0xBE
 
const int GK_OEM_2 = 0xBF
 
const int GK_OEM_3 = 0xC0
 
const int GK_OEM_4 = 0xDB
 
const int GK_OEM_5 = 0xDC
 
const int GK_OEM_6 = 0xDD
 
const int GK_OEM_7 = 0xDE
 
const int GK_OEM_8 = 0xDF
 
const int GK_OEM_102 = 0xE2
 
const int GK_PROCESSKEY = 0xE5
 
const int GK_PACKET = 0xE7
 
const int GK_OEM_ATTN = 0xF0
 
const int GK_ATTN = 0xF6
 
const int GK_CRSEL = 0xF7
 
const int GK_EXSEL = 0xF8
 
const int GK_EREOF = 0xF9
 
const int GK_PLAY = 0xFA
 
const int GK_ZOOM = 0xFB
 
const int GK_NONAME = 0xFC
 
const int GK_PA1 = 0xFD
 
const int GK_OEM_CLEAR = 0xFE
 
const int GK_UNKNOWN = 0
 

Detailed Description

Namespace containing all the key-code definitions for KeyboardEvent.

Most of these correspond directly to the key-code values on Windows.

Variable Documentation

◆ GK_0

const int ultralight::KeyCodes::GK_0 = 0x30

◆ GK_1

const int ultralight::KeyCodes::GK_1 = 0x31

◆ GK_2

const int ultralight::KeyCodes::GK_2 = 0x32

◆ GK_3

const int ultralight::KeyCodes::GK_3 = 0x33

◆ GK_4

const int ultralight::KeyCodes::GK_4 = 0x34

◆ GK_5

const int ultralight::KeyCodes::GK_5 = 0x35

◆ GK_6

const int ultralight::KeyCodes::GK_6 = 0x36

◆ GK_7

const int ultralight::KeyCodes::GK_7 = 0x37

◆ GK_8

const int ultralight::KeyCodes::GK_8 = 0x38

◆ GK_9

const int ultralight::KeyCodes::GK_9 = 0x39

◆ GK_A

const int ultralight::KeyCodes::GK_A = 0x41

◆ GK_ACCEPT

const int ultralight::KeyCodes::GK_ACCEPT = 0x1E

◆ GK_ADD

const int ultralight::KeyCodes::GK_ADD = 0x6B

◆ GK_APPS

const int ultralight::KeyCodes::GK_APPS = 0x5D

◆ GK_ATTN

const int ultralight::KeyCodes::GK_ATTN = 0xF6

◆ GK_B

const int ultralight::KeyCodes::GK_B = 0x42

◆ GK_BACK

const int ultralight::KeyCodes::GK_BACK = 0x08

◆ GK_BROWSER_BACK

const int ultralight::KeyCodes::GK_BROWSER_BACK = 0xA6

◆ GK_BROWSER_FAVORITES

const int ultralight::KeyCodes::GK_BROWSER_FAVORITES = 0xAB

◆ GK_BROWSER_FORWARD

const int ultralight::KeyCodes::GK_BROWSER_FORWARD = 0xA7

◆ GK_BROWSER_HOME

const int ultralight::KeyCodes::GK_BROWSER_HOME = 0xAC

◆ GK_BROWSER_REFRESH

const int ultralight::KeyCodes::GK_BROWSER_REFRESH = 0xA8

◆ GK_BROWSER_SEARCH

const int ultralight::KeyCodes::GK_BROWSER_SEARCH = 0xAA

◆ GK_BROWSER_STOP

const int ultralight::KeyCodes::GK_BROWSER_STOP = 0xA9

◆ GK_C

const int ultralight::KeyCodes::GK_C = 0x43

◆ GK_CAPITAL

const int ultralight::KeyCodes::GK_CAPITAL = 0x14

◆ GK_CLEAR

const int ultralight::KeyCodes::GK_CLEAR = 0x0C

◆ GK_CONTROL

const int ultralight::KeyCodes::GK_CONTROL = 0x11

◆ GK_CONVERT

const int ultralight::KeyCodes::GK_CONVERT = 0x1C

◆ GK_CRSEL

const int ultralight::KeyCodes::GK_CRSEL = 0xF7

◆ GK_D

const int ultralight::KeyCodes::GK_D = 0x44

◆ GK_DECIMAL

const int ultralight::KeyCodes::GK_DECIMAL = 0x6E

◆ GK_DELETE

const int ultralight::KeyCodes::GK_DELETE = 0x2E

◆ GK_DIVIDE

const int ultralight::KeyCodes::GK_DIVIDE = 0x6F

◆ GK_DOWN

const int ultralight::KeyCodes::GK_DOWN = 0x28

◆ GK_E

const int ultralight::KeyCodes::GK_E = 0x45

◆ GK_END

const int ultralight::KeyCodes::GK_END = 0x23

◆ GK_EREOF

const int ultralight::KeyCodes::GK_EREOF = 0xF9

◆ GK_ESCAPE

const int ultralight::KeyCodes::GK_ESCAPE = 0x1B

◆ GK_EXECUTE

const int ultralight::KeyCodes::GK_EXECUTE = 0x2B

◆ GK_EXSEL

const int ultralight::KeyCodes::GK_EXSEL = 0xF8

◆ GK_F

const int ultralight::KeyCodes::GK_F = 0x46

◆ GK_F1

const int ultralight::KeyCodes::GK_F1 = 0x70

◆ GK_F10

const int ultralight::KeyCodes::GK_F10 = 0x79

◆ GK_F11

const int ultralight::KeyCodes::GK_F11 = 0x7A

◆ GK_F12

const int ultralight::KeyCodes::GK_F12 = 0x7B

◆ GK_F13

const int ultralight::KeyCodes::GK_F13 = 0x7C

◆ GK_F14

const int ultralight::KeyCodes::GK_F14 = 0x7D

◆ GK_F15

const int ultralight::KeyCodes::GK_F15 = 0x7E

◆ GK_F16

const int ultralight::KeyCodes::GK_F16 = 0x7F

◆ GK_F17

const int ultralight::KeyCodes::GK_F17 = 0x80

◆ GK_F18

const int ultralight::KeyCodes::GK_F18 = 0x81

◆ GK_F19

const int ultralight::KeyCodes::GK_F19 = 0x82

◆ GK_F2

const int ultralight::KeyCodes::GK_F2 = 0x71

◆ GK_F20

const int ultralight::KeyCodes::GK_F20 = 0x83

◆ GK_F21

const int ultralight::KeyCodes::GK_F21 = 0x84

◆ GK_F22

const int ultralight::KeyCodes::GK_F22 = 0x85

◆ GK_F23

const int ultralight::KeyCodes::GK_F23 = 0x86

◆ GK_F24

const int ultralight::KeyCodes::GK_F24 = 0x87

◆ GK_F3

const int ultralight::KeyCodes::GK_F3 = 0x72

◆ GK_F4

const int ultralight::KeyCodes::GK_F4 = 0x73

◆ GK_F5

const int ultralight::KeyCodes::GK_F5 = 0x74

◆ GK_F6

const int ultralight::KeyCodes::GK_F6 = 0x75

◆ GK_F7

const int ultralight::KeyCodes::GK_F7 = 0x76

◆ GK_F8

const int ultralight::KeyCodes::GK_F8 = 0x77

◆ GK_F9

const int ultralight::KeyCodes::GK_F9 = 0x78

◆ GK_FINAL

const int ultralight::KeyCodes::GK_FINAL = 0x18

◆ GK_G

const int ultralight::KeyCodes::GK_G = 0x47

◆ GK_H

const int ultralight::KeyCodes::GK_H = 0x48

◆ GK_HANGUL

const int ultralight::KeyCodes::GK_HANGUL = 0x15

◆ GK_HANJA

const int ultralight::KeyCodes::GK_HANJA = 0x19

◆ GK_HELP

const int ultralight::KeyCodes::GK_HELP = 0x2F

◆ GK_HOME

const int ultralight::KeyCodes::GK_HOME = 0x24

◆ GK_I

const int ultralight::KeyCodes::GK_I = 0x49

◆ GK_IME_OFF

const int ultralight::KeyCodes::GK_IME_OFF = 0x1A

◆ GK_IME_ON

const int ultralight::KeyCodes::GK_IME_ON = 0x16

◆ GK_INSERT

const int ultralight::KeyCodes::GK_INSERT = 0x2D

◆ GK_J

const int ultralight::KeyCodes::GK_J = 0x4A

◆ GK_JUNJA

const int ultralight::KeyCodes::GK_JUNJA = 0x17

◆ GK_K

const int ultralight::KeyCodes::GK_K = 0x4B

◆ GK_KANA

const int ultralight::KeyCodes::GK_KANA = 0x15

◆ GK_KANJI

const int ultralight::KeyCodes::GK_KANJI = 0x19

◆ GK_L

const int ultralight::KeyCodes::GK_L = 0x4C

◆ GK_LCONTROL

const int ultralight::KeyCodes::GK_LCONTROL = 0xA2

◆ GK_LEFT

const int ultralight::KeyCodes::GK_LEFT = 0x25

◆ GK_LMENU

const int ultralight::KeyCodes::GK_LMENU = 0xA4

◆ GK_LSHIFT

const int ultralight::KeyCodes::GK_LSHIFT = 0xA0

◆ GK_LWIN

const int ultralight::KeyCodes::GK_LWIN = 0x5B

◆ GK_M

const int ultralight::KeyCodes::GK_M = 0x4D

◆ GK_MEDIA_LAUNCH_APP1

const int ultralight::KeyCodes::GK_MEDIA_LAUNCH_APP1 = 0xB6

◆ GK_MEDIA_LAUNCH_APP2

const int ultralight::KeyCodes::GK_MEDIA_LAUNCH_APP2 = 0xB7

◆ GK_MEDIA_LAUNCH_MAIL

const int ultralight::KeyCodes::GK_MEDIA_LAUNCH_MAIL = 0xB4

◆ GK_MEDIA_LAUNCH_MEDIA_SELECT

const int ultralight::KeyCodes::GK_MEDIA_LAUNCH_MEDIA_SELECT = 0xB5

◆ GK_MEDIA_NEXT_TRACK

const int ultralight::KeyCodes::GK_MEDIA_NEXT_TRACK = 0xB0

◆ GK_MEDIA_PLAY_PAUSE

const int ultralight::KeyCodes::GK_MEDIA_PLAY_PAUSE = 0xB3

◆ GK_MEDIA_PREV_TRACK

const int ultralight::KeyCodes::GK_MEDIA_PREV_TRACK = 0xB1

◆ GK_MEDIA_STOP

const int ultralight::KeyCodes::GK_MEDIA_STOP = 0xB2

◆ GK_MENU

const int ultralight::KeyCodes::GK_MENU = 0x12

◆ GK_MODECHANGE

const int ultralight::KeyCodes::GK_MODECHANGE = 0x1F

◆ GK_MULTIPLY

const int ultralight::KeyCodes::GK_MULTIPLY = 0x6A

◆ GK_N

const int ultralight::KeyCodes::GK_N = 0x4E

◆ GK_NEXT

const int ultralight::KeyCodes::GK_NEXT = 0x22

◆ GK_NONAME

const int ultralight::KeyCodes::GK_NONAME = 0xFC

◆ GK_NONCONVERT

const int ultralight::KeyCodes::GK_NONCONVERT = 0x1D

◆ GK_NUMLOCK

const int ultralight::KeyCodes::GK_NUMLOCK = 0x90

◆ GK_NUMPAD0

const int ultralight::KeyCodes::GK_NUMPAD0 = 0x60

◆ GK_NUMPAD1

const int ultralight::KeyCodes::GK_NUMPAD1 = 0x61

◆ GK_NUMPAD2

const int ultralight::KeyCodes::GK_NUMPAD2 = 0x62

◆ GK_NUMPAD3

const int ultralight::KeyCodes::GK_NUMPAD3 = 0x63

◆ GK_NUMPAD4

const int ultralight::KeyCodes::GK_NUMPAD4 = 0x64

◆ GK_NUMPAD5

const int ultralight::KeyCodes::GK_NUMPAD5 = 0x65

◆ GK_NUMPAD6

const int ultralight::KeyCodes::GK_NUMPAD6 = 0x66

◆ GK_NUMPAD7

const int ultralight::KeyCodes::GK_NUMPAD7 = 0x67

◆ GK_NUMPAD8

const int ultralight::KeyCodes::GK_NUMPAD8 = 0x68

◆ GK_NUMPAD9

const int ultralight::KeyCodes::GK_NUMPAD9 = 0x69

◆ GK_O

const int ultralight::KeyCodes::GK_O = 0x4F

◆ GK_OEM_1

const int ultralight::KeyCodes::GK_OEM_1 = 0xBA

◆ GK_OEM_102

const int ultralight::KeyCodes::GK_OEM_102 = 0xE2

◆ GK_OEM_2

const int ultralight::KeyCodes::GK_OEM_2 = 0xBF

◆ GK_OEM_3

const int ultralight::KeyCodes::GK_OEM_3 = 0xC0

◆ GK_OEM_4

const int ultralight::KeyCodes::GK_OEM_4 = 0xDB

◆ GK_OEM_5

const int ultralight::KeyCodes::GK_OEM_5 = 0xDC

◆ GK_OEM_6

const int ultralight::KeyCodes::GK_OEM_6 = 0xDD

◆ GK_OEM_7

const int ultralight::KeyCodes::GK_OEM_7 = 0xDE

◆ GK_OEM_8

const int ultralight::KeyCodes::GK_OEM_8 = 0xDF

◆ GK_OEM_ATTN

const int ultralight::KeyCodes::GK_OEM_ATTN = 0xF0

◆ GK_OEM_CLEAR

const int ultralight::KeyCodes::GK_OEM_CLEAR = 0xFE

◆ GK_OEM_COMMA

const int ultralight::KeyCodes::GK_OEM_COMMA = 0xBC

◆ GK_OEM_MINUS

const int ultralight::KeyCodes::GK_OEM_MINUS = 0xBD

◆ GK_OEM_PERIOD

const int ultralight::KeyCodes::GK_OEM_PERIOD = 0xBE

◆ GK_OEM_PLUS

const int ultralight::KeyCodes::GK_OEM_PLUS = 0xBB

◆ GK_P

const int ultralight::KeyCodes::GK_P = 0x50

◆ GK_PA1

const int ultralight::KeyCodes::GK_PA1 = 0xFD

◆ GK_PACKET

const int ultralight::KeyCodes::GK_PACKET = 0xE7

◆ GK_PAUSE

const int ultralight::KeyCodes::GK_PAUSE = 0x13

◆ GK_PLAY

const int ultralight::KeyCodes::GK_PLAY = 0xFA

◆ GK_PRINT

const int ultralight::KeyCodes::GK_PRINT = 0x2A

◆ GK_PRIOR

const int ultralight::KeyCodes::GK_PRIOR = 0x21

◆ GK_PROCESSKEY

const int ultralight::KeyCodes::GK_PROCESSKEY = 0xE5

◆ GK_Q

const int ultralight::KeyCodes::GK_Q = 0x51

◆ GK_R

const int ultralight::KeyCodes::GK_R = 0x52

◆ GK_RCONTROL

const int ultralight::KeyCodes::GK_RCONTROL = 0xA3

◆ GK_RETURN

const int ultralight::KeyCodes::GK_RETURN = 0x0D

◆ GK_RIGHT

const int ultralight::KeyCodes::GK_RIGHT = 0x27

◆ GK_RMENU

const int ultralight::KeyCodes::GK_RMENU = 0xA5

◆ GK_RSHIFT

const int ultralight::KeyCodes::GK_RSHIFT = 0xA1

◆ GK_RWIN

const int ultralight::KeyCodes::GK_RWIN = 0x5C

◆ GK_S

const int ultralight::KeyCodes::GK_S = 0x53

◆ GK_SCROLL

const int ultralight::KeyCodes::GK_SCROLL = 0x91

◆ GK_SELECT

const int ultralight::KeyCodes::GK_SELECT = 0x29

◆ GK_SEPARATOR

const int ultralight::KeyCodes::GK_SEPARATOR = 0x6C

◆ GK_SHIFT

const int ultralight::KeyCodes::GK_SHIFT = 0x10

◆ GK_SLEEP

const int ultralight::KeyCodes::GK_SLEEP = 0x5F

◆ GK_SNAPSHOT

const int ultralight::KeyCodes::GK_SNAPSHOT = 0x2C

◆ GK_SPACE

const int ultralight::KeyCodes::GK_SPACE = 0x20

◆ GK_SUBTRACT

const int ultralight::KeyCodes::GK_SUBTRACT = 0x6D

◆ GK_T

const int ultralight::KeyCodes::GK_T = 0x54

◆ GK_TAB

const int ultralight::KeyCodes::GK_TAB = 0x09

◆ GK_U

const int ultralight::KeyCodes::GK_U = 0x55

◆ GK_UNKNOWN

const int ultralight::KeyCodes::GK_UNKNOWN = 0

◆ GK_UP

const int ultralight::KeyCodes::GK_UP = 0x26

◆ GK_V

const int ultralight::KeyCodes::GK_V = 0x56

◆ GK_VOLUME_DOWN

const int ultralight::KeyCodes::GK_VOLUME_DOWN = 0xAE

◆ GK_VOLUME_MUTE

const int ultralight::KeyCodes::GK_VOLUME_MUTE = 0xAD

◆ GK_VOLUME_UP

const int ultralight::KeyCodes::GK_VOLUME_UP = 0xAF

◆ GK_W

const int ultralight::KeyCodes::GK_W = 0x57

◆ GK_X

const int ultralight::KeyCodes::GK_X = 0x58

◆ GK_Y

const int ultralight::KeyCodes::GK_Y = 0x59

◆ GK_Z

const int ultralight::KeyCodes::GK_Z = 0x5A

◆ GK_ZOOM

const int ultralight::KeyCodes::GK_ZOOM = 0xFB