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"
backspace: "backspace"
control: "control"
enter: "enter"
numerical: "0-9"
shift: "shift"
space: "space"