C# Class MonoGdx.XnaInput.KeyEvent

Show file Open project: jaquadro/MonoGdx

Public Properties

Property Type Description
KeyChar char
KeyCode int
Timestamp long
Type KeyEventType

Property Details

KeyChar public property

public char KeyChar
return char

KeyCode public property

public int KeyCode
return int

Timestamp public property

public long Timestamp
return long

Type public property

public KeyEventType Type
return KeyEventType