Class KeyPressEvent
java.lang.Object
com.toxicrain.rainengine.core.eventbus.events.KeyPressEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
keyCode
public final int keyCode -
action
public final int action
-
-
Constructor Details
-
KeyPressEvent
public KeyPressEvent(int keyCode, int action)
-