Package playn.core
Class Keyboard.KeySlot
- All Implemented Interfaces:
Reactor.RListener
,SignalView.Listener<Keyboard.Event>
,ValueView.Listener<Keyboard.Event>
- Enclosing class:
Keyboard
A slot which only dispatches on
Keyboard.KeyEvent
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onEmit
(Keyboard.Event event) abstract void
onEmit
(Keyboard.KeyEvent event)
-
Constructor Details
-
KeySlot
public KeySlot()
-
-
Method Details
-
onEmit
-
onEmit
-