Grx.Event.peek

@returns(Grx.Event)
def peek():
    # Python wrapper for grx_event_peek()
  

Gets the first event in the queue, but does not remove the event from the queue.

Returns