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 TypeMethodDescriptionvoid
destroy()
Destroy an event queueboolean
static EventQueue
get
(MemorySegment pointer) int
hashCode()
-
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.
TheDisplay
object used to create the queue should not be destroyed until all event queues created with it are destroyed with this function.
-