Grx.Event.get_keycode

@accepts(Grx.Event)
@returns(guint32)
def get_keycode(self):
    # Python wrapper for grx_event_get_keycode()
  

Gets the platform dependant key code for the event.

self

the event

Returns