Frontend  0.4.1
Loading...
Searching...
No Matches
KeyCodes Class Reference

Keypad codes. More...

Collaboration diagram for KeyCodes:

Static Public Attributes

static const int enter = -15
 
static const int enterLong = -115
 
static const int remove = -14
 
static const int removeLong = -114
 
static const int add = -12
 
static const int addLong = -112
 
static const int backspace = -11
 
static const int backspaceLong = -111
 
static const int man = -7
 
static const int manLong = -107
 
static const int dir = -3
 
static const int dirLong = -103
 
static const int f0 = 0
 
static const int f0Long = 100
 
static const int f1 = 1
 
static const int f1Long = 101
 
static const int f2 = 2
 
static const int f2Long = 102
 
static const int f3 = 3
 
static const int f3Long = 103
 
static const int f4 = 4
 
static const int f4Long = 104
 
static const int f5 = 5
 
static const int f5Long = 105
 
static const int f6 = 6
 
static const int f6Long = 106
 
static const int f7 = 7
 
static const int f7Long = 107
 
static const int f8 = 8
 
static const int f8Long = 108
 
static const int f9 = 9
 
static const int f9Long = 109
 
static const int f10 = 10
 
static const int f11 = 11
 
static const int f12 = 12
 
static const int f13 = 13
 
static const int f14 = 14
 
static const int f15 = 15
 
static const int f16 = 16
 
static const int f17 = 17
 
static const int f18 = 18
 
static const int f19 = 19
 
static const int f20 = 20
 
static const int f21 = 21
 
static const int f22 = 22
 
static const int f23 = 23
 
static const int f24 = 24
 
static const int f25 = 25
 
static const int f26 = 26
 
static const int f27 = 27
 
static const int f28 = 28
 
static const int f29 = 29
 
static const int f30 = 30
 
static const int f31 = 31
 
static const int f32 = 32
 
static const int f33 = 33
 
static const int f34 = 34
 
static const int f35 = 35
 
static const int f36 = 36
 
static const int f37 = 37
 
static const int f38 = 38
 
static const int f39 = 39
 
static const int f40 = 40
 
static const int f41 = 41
 
static const int f42 = 42
 
static const int f43 = 43
 
static const int f44 = 44
 
static const int f45 = 45
 
static const int f46 = 46
 
static const int f47 = 47
 
static const int f48 = 48
 
static const int f49 = 49
 
static const int f50 = 50
 
static const int f51 = 51
 
static const int f52 = 52
 
static const int f53 = 53
 
static const int f54 = 54
 
static const int f55 = 55
 
static const int f56 = 56
 
static const int f57 = 57
 
static const int f58 = 58
 
static const int f59 = 59
 
static const int f60 = 60
 
static const int f61 = 61
 
static const int f62 = 62
 
static const int f63 = 63
 

Detailed Description

The KeyCodes class contains constant integer values ​​that are used when throttle buttons are pressed. The values have the following scheme:

  • <0 for special inputs
  • 0-63 for the function keys
  • 100-109 for long presses of the function keys

Member Data Documentation

◆ add

const int KeyCodes::add = -12
static

◆ addLong

const int KeyCodes::addLong = -112
static

◆ backspace

const int KeyCodes::backspace = -11
static

◆ backspaceLong

const int KeyCodes::backspaceLong = -111
static

◆ dir

const int KeyCodes::dir = -3
static

◆ dirLong

const int KeyCodes::dirLong = -103
static

◆ enter

const int KeyCodes::enter = -15
static

◆ enterLong

const int KeyCodes::enterLong = -115
static

◆ f0

const int KeyCodes::f0 = 0
static

◆ f0Long

const int KeyCodes::f0Long = 100
static

◆ f1

const int KeyCodes::f1 = 1
static

◆ f10

const int KeyCodes::f10 = 10
static

◆ f11

const int KeyCodes::f11 = 11
static

◆ f12

const int KeyCodes::f12 = 12
static

◆ f13

const int KeyCodes::f13 = 13
static

◆ f14

const int KeyCodes::f14 = 14
static

◆ f15

const int KeyCodes::f15 = 15
static

◆ f16

const int KeyCodes::f16 = 16
static

◆ f17

const int KeyCodes::f17 = 17
static

◆ f18

const int KeyCodes::f18 = 18
static

◆ f19

const int KeyCodes::f19 = 19
static

◆ f1Long

const int KeyCodes::f1Long = 101
static

◆ f2

const int KeyCodes::f2 = 2
static

◆ f20

const int KeyCodes::f20 = 20
static

◆ f21

const int KeyCodes::f21 = 21
static

◆ f22

const int KeyCodes::f22 = 22
static

◆ f23

const int KeyCodes::f23 = 23
static

◆ f24

const int KeyCodes::f24 = 24
static

◆ f25

const int KeyCodes::f25 = 25
static

◆ f26

const int KeyCodes::f26 = 26
static

◆ f27

const int KeyCodes::f27 = 27
static

◆ f28

const int KeyCodes::f28 = 28
static

◆ f29

const int KeyCodes::f29 = 29
static

◆ f2Long

const int KeyCodes::f2Long = 102
static

◆ f3

const int KeyCodes::f3 = 3
static

◆ f30

const int KeyCodes::f30 = 30
static

◆ f31

const int KeyCodes::f31 = 31
static

◆ f32

const int KeyCodes::f32 = 32
static

◆ f33

const int KeyCodes::f33 = 33
static

◆ f34

const int KeyCodes::f34 = 34
static

◆ f35

const int KeyCodes::f35 = 35
static

◆ f36

const int KeyCodes::f36 = 36
static

◆ f37

const int KeyCodes::f37 = 37
static

◆ f38

const int KeyCodes::f38 = 38
static

◆ f39

const int KeyCodes::f39 = 39
static

◆ f3Long

const int KeyCodes::f3Long = 103
static

◆ f4

const int KeyCodes::f4 = 4
static

◆ f40

const int KeyCodes::f40 = 40
static

◆ f41

const int KeyCodes::f41 = 41
static

◆ f42

const int KeyCodes::f42 = 42
static

◆ f43

const int KeyCodes::f43 = 43
static

◆ f44

const int KeyCodes::f44 = 44
static

◆ f45

const int KeyCodes::f45 = 45
static

◆ f46

const int KeyCodes::f46 = 46
static

◆ f47

const int KeyCodes::f47 = 47
static

◆ f48

const int KeyCodes::f48 = 48
static

◆ f49

const int KeyCodes::f49 = 49
static

◆ f4Long

const int KeyCodes::f4Long = 104
static

◆ f5

const int KeyCodes::f5 = 5
static

◆ f50

const int KeyCodes::f50 = 50
static

◆ f51

const int KeyCodes::f51 = 51
static

◆ f52

const int KeyCodes::f52 = 52
static

◆ f53

const int KeyCodes::f53 = 53
static

◆ f54

const int KeyCodes::f54 = 54
static

◆ f55

const int KeyCodes::f55 = 55
static

◆ f56

const int KeyCodes::f56 = 56
static

◆ f57

const int KeyCodes::f57 = 57
static

◆ f58

const int KeyCodes::f58 = 58
static

◆ f59

const int KeyCodes::f59 = 59
static

◆ f5Long

const int KeyCodes::f5Long = 105
static

◆ f6

const int KeyCodes::f6 = 6
static

◆ f60

const int KeyCodes::f60 = 60
static

◆ f61

const int KeyCodes::f61 = 61
static

◆ f62

const int KeyCodes::f62 = 62
static

◆ f63

const int KeyCodes::f63 = 63
static

◆ f6Long

const int KeyCodes::f6Long = 106
static

◆ f7

const int KeyCodes::f7 = 7
static

◆ f7Long

const int KeyCodes::f7Long = 107
static

◆ f8

const int KeyCodes::f8 = 8
static

◆ f8Long

const int KeyCodes::f8Long = 108
static

◆ f9

const int KeyCodes::f9 = 9
static

◆ f9Long

const int KeyCodes::f9Long = 109
static

◆ man

const int KeyCodes::man = -7
static

◆ manLong

const int KeyCodes::manLong = -107
static

◆ remove

const int KeyCodes::remove = -14
static

◆ removeLong

const int KeyCodes::removeLong = -114
static

The documentation for this class was generated from the following file: