Package playn.core

Class Keyboard.KeySlot

java.lang.Object
react.Slot<Keyboard.Event>
playn.core.Keyboard.KeySlot
All Implemented Interfaces:
Reactor.RListener, SignalView.Listener<Keyboard.Event>, ValueView.Listener<Keyboard.Event>
Enclosing class:
Keyboard

public abstract static class Keyboard.KeySlot extends Slot<Keyboard.Event>
A slot which only dispatches on Keyboard.KeyEvents.
  • Constructor Details

    • KeySlot

      public KeySlot()
  • Method Details