Grx.Event.get

function get(): Grx.Event {
    // Gjs wrapper for grx_event_get()
}
  

Gets the first event in the queue, and removes that event from the queue.

Free the event with Grx.Event.prototype.free.

Returns

the event