Grx.Event.get_modifiers

@accepts(Grx.Event)
@returns(Grx.ModifierFlags)
def get_modifiers(self):
    # Python wrapper for grx_event_get_modifiers()
  

Gets the modifier keys for the event.

Events that do not support modifier keys will always return `0`.

self

the event

Returns