KeyboardButton

Inheritance:

Methods of KeyboardButton:

alt
static ButtonHandle KeyboardButton::alt(void);

Undocumented function.

asciiKey
static ButtonHandle KeyboardButton::ascii_key(char ascii_equivalent);

Description: Returns the ButtonHandle associated with the particular ASCII character, if there is one, or ButtonHandle::none() if there is not.
Description: Returns the ButtonHandle associated with the particular ASCII character (taken from the first character of the indicated string), if there is one, or ButtonHandle::none() if there is not.

backspace
static ButtonHandle KeyboardButton::backspace(void);

Undocumented function.

capsLock
static ButtonHandle KeyboardButton::caps_lock(void);

Undocumented function.

control
static ButtonHandle KeyboardButton::control(void);

Undocumented function.

del
static ButtonHandle KeyboardButton::del(void);

Undocumented function.

down
static ButtonHandle KeyboardButton::down(void);

Undocumented function.

end
static ButtonHandle KeyboardButton::end(void);

Undocumented function.

enter
static ButtonHandle KeyboardButton::enter(void);

Undocumented function.

escape
static ButtonHandle KeyboardButton::escape(void);

Undocumented function.

f1
static ButtonHandle KeyboardButton::f1(void);

Undocumented function.

f10
static ButtonHandle KeyboardButton::f10(void);

Undocumented function.

f11
static ButtonHandle KeyboardButton::f11(void);

Undocumented function.

f12
static ButtonHandle KeyboardButton::f12(void);

Undocumented function.

f13
static ButtonHandle KeyboardButton::f13(void);

PC keyboards don't have these four buttons, but Macs do.

f14
static ButtonHandle KeyboardButton::f14(void);

PC keyboards don't have these four buttons, but Macs do.

f15
static ButtonHandle KeyboardButton::f15(void);

Undocumented function.

f16
static ButtonHandle KeyboardButton::f16(void);

Undocumented function.

f2
static ButtonHandle KeyboardButton::f2(void);

Undocumented function.

f3
static ButtonHandle KeyboardButton::f3(void);

Undocumented function.

f4
static ButtonHandle KeyboardButton::f4(void);

Undocumented function.

f5
static ButtonHandle KeyboardButton::f5(void);

Undocumented function.

f6
static ButtonHandle KeyboardButton::f6(void);

Undocumented function.

f7
static ButtonHandle KeyboardButton::f7(void);

Undocumented function.

f8
static ButtonHandle KeyboardButton::f8(void);

Undocumented function.

f9
static ButtonHandle KeyboardButton::f9(void);

Undocumented function.

help
static ButtonHandle KeyboardButton::help(void);

delete is a C++ keyword.

home
static ButtonHandle KeyboardButton::home(void);

Undocumented function.

insert
static ButtonHandle KeyboardButton::insert(void);

Undocumented function.

lalt
static ButtonHandle KeyboardButton::lalt(void);

Undocumented function.

lcontrol
static ButtonHandle KeyboardButton::lcontrol(void);

Undocumented function.

left
static ButtonHandle KeyboardButton::left(void);

Undocumented function.

lshift
static ButtonHandle KeyboardButton::lshift(void);

Undocumented function.

meta
static ButtonHandle KeyboardButton::meta(void);

Undocumented function.

numLock
static ButtonHandle KeyboardButton::num_lock(void);

Undocumented function.

pageDown
static ButtonHandle KeyboardButton::page_down(void);

Undocumented function.

pageUp
static ButtonHandle KeyboardButton::page_up(void);

Undocumented function.

printScreen
static ButtonHandle KeyboardButton::print_screen(void);

Undocumented function.

ralt
static ButtonHandle KeyboardButton::ralt(void);

Undocumented function.

rcontrol
static ButtonHandle KeyboardButton::rcontrol(void);

Undocumented function.

right
static ButtonHandle KeyboardButton::right(void);

Undocumented function.

rshift
static ButtonHandle KeyboardButton::rshift(void);

Undocumented function.

scrollLock
static ButtonHandle KeyboardButton::scroll_lock(void);

Undocumented function.

shift
static ButtonHandle KeyboardButton::shift(void);

Undocumented function.

shiftLock
static ButtonHandle KeyboardButton::shift_lock(void);

Undocumented function.

space
static ButtonHandle KeyboardButton::space(void);

Undocumented function.

tab
static ButtonHandle KeyboardButton::tab(void);

Undocumented function.

up
static ButtonHandle KeyboardButton::up(void);

Undocumented function.