Uses of Class
net.java.games.input.Event
-
Packages that use Event Package Description net.java.games.input -
-
Uses of Event in net.java.games.input
Methods in net.java.games.input that return Event Modifier and Type Method Description Event
WinTabButtonComponent. processPacket(WinTabPacket packet)
Event
WinTabComponent. processPacket(WinTabPacket packet)
Event
WinTabCursorComponent. processPacket(WinTabPacket packet)
Methods in net.java.games.input with parameters of type Event Modifier and Type Method Description protected abstract boolean
AbstractController. getNextDeviceEvent(Event event)
protected boolean
LinuxCombinedController. getNextDeviceEvent(Event event)
protected boolean
WinTabDevice. getNextDeviceEvent(Event event)
boolean
EventQueue. getNextEvent(Event event)
Populates the provided event with the details of the event on the head of the queue.void
Event. set(Event other)
-