CPKeyboardEvent
org.cosplay.CPKeyboardEvent
final case class CPKeyboardEvent(key: CPKeyboardKey, sameAsLast: Boolean, eventFrame: Long, eventMs: Long, lastEventFrame: Long, lastEventMs: Long)
Container for the keyboard input event.
Your scene objects can access the current keyboard event using CPSceneObjectContext.getKbEvent method.
Attributes
- eventFrame
Frame number for this event.
- eventMs
Timestamp of the event in milliseconds.
- key
Keyboard key.
- lastEventFrame
Frame number of the last keyboard event.
- lastEventMs
Timestamp in milliseconds of the last keyboard event.
- sameAsLast
Whether or not last keyboard event had the same keyboard key.
- See also:
- Source:
- CPKeyboardEvent.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any