Uses of Class
net.morimekta.console.chr.Control
-
Packages that use Control Package Description net.morimekta.console.chr -
-
Uses of Control in net.morimekta.console.chr
Subclasses of Control in net.morimekta.console.chr Modifier and Type Class Description class
Color
Unix terminal color helper.Fields in net.morimekta.console.chr declared as Control Modifier and Type Field Description static Control
Control. CTRL_DOWN
static Control
Control. CTRL_LEFT
static Control
Control. CTRL_RIGHT
static Control
Control. CTRL_UP
static Control
Control. CURSOR_ERASE
static Control
Control. CURSOR_RESTORE
static Control
Control. CURSOR_SAVE
static Control
Control. DELETE
static Control
Control. DOWN
static Control
Control. DPAD_MID
static Control
Control. END
static Control
Control. F1
static Control
Control. F10
static Control
Control. F11
NOTE: It is common to use F11 to mean 'fullscreen'.static Control
Control. F12
static Control
Control. F2
static Control
Control. F3
static Control
Control. F4
static Control
Control. F5
static Control
Control. F6
static Control
Control. F7
static Control
Control. F8
static Control
Control. F9
static Control
Control. HOME
static Control
Control. INSERT
static Control
Control. LEFT
static Control
Control. PAGE_DOWN
static Control
Control. PAGE_UP
static Control
Control. RIGHT
static Control
Control. UP
Methods in net.morimekta.console.chr that return Control Modifier and Type Method Description static Control
Control. cursorDown(int num)
static Control
Control. cursorLeft(int num)
static Control
Control. cursorRight(int num)
static Control
Control. cursorSetPos(int line)
static Control
Control. cursorSetPos(int line, int col)
static Control
Control. cursorUp(int num)
-