Package org.freedesktop.wayland.client
Class EventQueue
java.lang.Object
org.freedesktop.wayland.client.EventQueue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Destroy an event queuebooleanstatic EventQueueget(MemorySegment pointer) inthashCode()
-
Field Details
-
pointer
-
-
Constructor Details
-
EventQueue
-
-
Method Details
-
get
-
hashCode
-
equals
-
destroy
public void destroy()Destroy an event queueDestroy the given event queue. Any pending event on that queue is discarded.
TheDisplayobject used to create the queue should not be destroyed until all event queues created with it are destroyed with this function.
-