Uses of Class
xyz.cp74.evdev.EventType
-
-
Uses of EventType in xyz.cp74.evdev
Methods in xyz.cp74.evdev that return EventType Modifier and Type Method Description static EventTypeEventType. get(int id)Get EventType with given idEventTypeEvent. getEventType()Get the type of the eventstatic EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cp74.evdev with parameters of type EventType Modifier and Type Method Description protected static intEvent. getTypeCode(EventType type, int code)Get the type and code of the event as one valuevoidInputDevice. onEvent(EventType type, int code, Predicate<Integer> predicate, EventListener listener)Sets an event listener for given event type and code.voidInputDevice. onEvent(EventType type, int code, EventListener listener)Sets an event listener for given event type and code.
-