Grx.Event.get_device

@accepts(Grx.Event)
@returns(Grx.Device)
def get_device(self):
    # Python wrapper for grx_event_get_device()
  

Gets the device associated with the event.

self

the event

Returns