API Docs for: 1.4.0
Show:

Kiwi.Input.Keycodes Class

Module: Input
Parent Module: Kiwi

A Static class which has a property associated with all all of the character codes on a typical keyboard. While you don't need this class for your game to work, it is quite handy to use as it can speed up the development process.

Item Index

Methods

Properties

Methods

objType

() String public

The type of object that this is.

Returns:

String:

"Keycodes"

Properties

A

Unknown public final static

A Static property that holds the keycode for the character A

ALT

Unknown public final static

A Static property that holds the keycode for the character ALT

B

Unknown public final static

A Static property that holds the keycode for the character B

BACKSPACE

Unknown public final static

A Static property that holds the keycode for the character BACKSPACE

BACKWARD_SLASH

Unknown public final static

A Static property that holds the keycode for the character BACKWARD_SLASH

C

Unknown public final static

A Static property that holds the keycode for the character C

CAPS_LOCK

Unknown public final static

A Static property that holds the keycode for the character CAPS_LOCK

CLEAR

Unknown public final static

A Static property that holds the keycode for the character CLEAR

CLOSED_BRACKET

Unknown public final static

A Static property that holds the keycode for the character CLOSED_BRACKET

COLON

Unknown public final static

A Static property that holds the keycode for the character COLON

CONTROL

Unknown public final static

A Static property that holds the keycode for the character CONTROL

D

Unknown public final static

A Static property that holds the keycode for the character D

DELETE

Unknown public final static

A Static property that holds the keycode for the character DELETE

DOWN

Unknown public final static

A Static property that holds the keycode for the character DOWN

E

Unknown public final static

A Static property that holds the keycode for the character E

EIGHT

Unknown public final static

A Static property that holds the keycode for the character 8

END

Unknown public final static

A Static property that holds the keycode for the character END

ENTER

Unknown public final static

A Static property that holds the keycode for the character ENTER

EQUALS

Unknown public final static

A Static property that holds the keycode for the character =

ESC

Unknown public final static

A Static property that holds the keycode for the character ESC

F

Unknown public final static

A Static property that holds the keycode for the character F

F1

Unknown public final static

A Static property that holds the keycode for the character F1

F10

Unknown public final static

A Static property that holds the keycode for the character F10

F11

Unknown public final static

A Static property that holds the keycode for the character F11

F12

Unknown public final static

A Static property that holds the keycode for the character F12

F13

Unknown public final static

A Static property that holds the keycode for the character F13

F14

Unknown public final static

A Static property that holds the keycode for the character F14

F15

Unknown public final static

A Static property that holds the keycode for the character F15

F2

Unknown public final static

A Static property that holds the keycode for the character F2

F3

Unknown public final static

A Static property that holds the keycode for the character F3

F4

Unknown public final static

A Static property that holds the keycode for the character F4

F5

Unknown public final static

A Static property that holds the keycode for the character F5

F6

Unknown public final static

A Static property that holds the keycode for the character F6

F7

Unknown public final static

A Static property that holds the keycode for the character F7

F8

Unknown public final static

A Static property that holds the keycode for the character F8

F9

Unknown public final static

A Static property that holds the keycode for the character F9

FIVE

Unknown public final static

A Static property that holds the keycode for the character 5

FOUR

Unknown public final static

A Static property that holds the keycode for the character 4

G

Unknown public final static

A Static property that holds the keycode for the character G

H

Unknown public final static

A Static property that holds the keycode for the character H

HELP

Unknown public final static

A Static property that holds the keycode for the character HELP

HOME

Unknown public final static

A Static property that holds the keycode for the character HOME

I

Unknown public final static

A Static property that holds the keycode for the character I

INSERT

Unknown public final static

A Static property that holds the keycode for the character INSERT

J

Unknown public final static

A Static property that holds the keycode for the character J

K

Unknown public final static

A Static property that holds the keycode for the character K

L

Unknown public final static

A Static property that holds the keycode for the character L

LEFT

Unknown public final static

A Static property that holds the keycode for the character LEFT

M

Unknown public final static

A Static property that holds the keycode for the character M

N

Unknown public final static

A Static property that holds the keycode for the character N

NINE

Unknown public final static

A Static property that holds the keycode for the character 9

NUM_LOCK

Unknown public final static

A Static property that holds the keycode for the character NUM_LOCK

NUMPAD_0

Unknown public final static

A Static property that holds the keycode for the character number pad 0

NUMPAD_1

Unknown public final static

A Static property that holds the keycode for the character number pad 1

NUMPAD_2

Unknown public final static

A Static property that holds the keycode for the character number pad 2

NUMPAD_3

Unknown public final static

A Static property that holds the keycode for the character number pad 3

NUMPAD_4

Unknown public final static

A Static property that holds the keycode for the character number pad 4

NUMPAD_5

Unknown public final static

A Static property that holds the keycode for the character number pad 5

NUMPAD_6

Unknown public final static

A Static property that holds the keycode for the character number pad 6

NUMPAD_7

Unknown public final static

A Static property that holds the keycode for the character number pad 7

NUMPAD_8

Unknown public final static

A Static property that holds the keycode for the character number pad 8

NUMPAD_9

Unknown public final static

A Static property that holds the keycode for the character number pad 9

NUMPAD_ADD

Unknown public final static

A Static property that holds the keycode for the character number pad +

NUMPAD_DECIMAL

Unknown public final static

A Static property that holds the keycode for the character number pad .

NUMPAD_DIVIDE

Unknown public final static

A Static property that holds the keycode for the character /

NUMPAD_ENTER

Unknown public final static

A Static property that holds the keycode for the character on the number pad enter

NUMPAD_MULTIPLY

Unknown public final static

A Static property that holds the keycode for the character number pad *

NUMPAD_SUBTRACT

Unknown public final static

A Static property that holds the keycode for the character number pad -

O

Unknown public final static

A Static property that holds the keycode for the character O

ONE

Unknown public final static

A Static property that holds the keycode for the character 1

OPEN_BRACKET

Unknown public final static

A Static property that holds the keycode for the character OPEN_BRAKET

P

Unknown public final static

A Static property that holds the keycode for the character P

PAGE_DOWN

Unknown public final static

A Static property that holds the keycode for the character PAGE_DOWN

PAGE_UP

Unknown public final static

A Static property that holds the keycode for the character PAGE_UP

Q

Unknown public final static

A Static property that holds the keycode for the character Q

QUESTION_MARK

Unknown public final static

A Static property that holds the keycode for the character QUESTION_MARK

QUOTES

Unknown public final static

A Static property that holds the keycode for the character QUOTES

R

Unknown public final static

A Static property that holds the keycode for the character R

RIGHT

Unknown public final static

A Static property that holds the keycode for the character RIGHT

S

Unknown public final static

A Static property that holds the keycode for the character S

SEVEN

Unknown public final static

A Static property that holds the keycode for the character 7

SHIFT

Unknown public final static

A Static property that holds the keycode for the character SHIFT

SIX

Unknown public final static

A Static property that holds the keycode for the character 6

SPACEBAR

Unknown public final static

A Static property that holds the keycode for the character SPACEBAR

T

Unknown public final static

A Static property that holds the keycode for the character T

TAB

Unknown public final static

A Static property that holds the keycode for the character TAB

THREE

Unknown public final static

A Static property that holds the keycode for the character 3

TILDE

Unknown public final static

A Static property that holds the keycode for the character TILDE

TWO

Unknown public final static

A Static property that holds the keycode for the character 2

U

Unknown public final static

A Static property that holds the keycode for the character U

UNDERSCORE

Unknown public final static

A Static property that holds the keycode for the character UNDERSCORE

UP

Unknown public final static

A Static property that holds the keycode for the character UP

V

Unknown public final static

A Static property that holds the keycode for the character V

W

Unknown public final static

A Static property that holds the keycode for the character W

X

Unknown public final static

A Static property that holds the keycode for the character X

Y

Unknown public final static

A Static property that holds the keycode for the character Y

Z

Unknown public final static

A Static property that holds the keycode for the character Z

ZERO

Unknown public final static

A Static property that holds the keycode for the character 0