Enumeration KeyTypes

An enum that contains a list of all the keys allowed in player.keypress.

This is meant to verify packets to ensure that only valid key types are being sent.

Enumeration Members

alphabetical: "a-z"
alt: "alt"
backspace: "backspace"
control: "control"
down: "down"
enter: "enter"
lalt: "lalt"
lcontrol: "lcontrol"
left: "left"
lshift: "lshift"
mouse1: "mouse1"
mouse2: "mouse2"
mouse3: "mouse3"
numerical: "0-9"
ralt: "ralt"
rcontrol: "rcontrol"
return: "return"
right: "right"
rshift: "rshift"
shift: "shift"
space: "space"
tab: "tab"
up: "up"