Package playn.core

Class Keyboard.TypedEvent

Enclosing class:
Keyboard

public static class Keyboard.TypedEvent extends Keyboard.Event
An event dispatched when a printable character is typed.
  • Field Details

    • typedChar

      public char typedChar
      The character typed to trigger this event, e.g. 'c'.
  • Constructor Details

    • TypedEvent

      public TypedEvent(int flags, double time, char typedChar)