Grx.Event.get

@returns(Grx.Event)
def get():
    # Python 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.free.

Returns