Skip to content
Tatsuya Yokoda edited this page Feb 8, 2015 · 1 revision

events/KeyboardEvent

static string KEY_DOWN
static string KEY_UP
static string KEY_PRESS
static string KEY_RELEASE

KeyboardEvent(string type)
~KeyboardEvent()

//押したキーまたは離したキーの文字コード値を含みます。
//int charCode()
//押したキーまたは離したキーのキーコード値です。
int keyCode()
Clone this wiki locally