WlEventQueue

A queue for WlProxy object events.

Event queues allows the events on a display to be handled in a thread-safe manner. See WlDisplay for details.

class WlEventQueue : Native!wl_event_queue {}

Constructors

this
this(wl_event_queue* native)
Undocumented in source.

Members

Mixins

__anonymous
mixin nativeImpl!(wl_event_queue)
Undocumented in source.

Mixed In Members

From mixin nativeImpl!(wl_event_queue)

native
inout(wl_native)* native [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta