final class AWTKeyboard extends Keyboard implements AWTEventListener
Controller.PortType, Controller.Type
EVENT_QUEUE_DEPTH
Modifier | Constructor and Description |
---|---|
protected |
AWTKeyboard() |
Modifier and Type | Method and Description |
---|---|
void |
eventDispatched(AWTEvent event) |
protected boolean |
getNextDeviceEvent(Event event) |
void |
pollDevice() |
protected void |
setDeviceEventQueueSize(int size)
Plugins override this method to adjust their internal event queue size
|
getComponent, getComponents, getControllers, getEventQueue, getName, getPortNumber, getPortType, getRumblers, poll, setEventQueueSize, toString
protected final void setDeviceEventQueueSize(int size) throws IOException
AbstractController
setDeviceEventQueueSize
in class AbstractController
IOException
public final void eventDispatched(AWTEvent event)
eventDispatched
in interface AWTEventListener
public final void pollDevice() throws IOException
pollDevice
in class AbstractController
IOException
protected final boolean getNextDeviceEvent(Event event) throws IOException
getNextDeviceEvent
in class AbstractController
IOException