KeyEvent.getMatch
bool getMatch(out uint keyval, out gdk.types.ModifierType modifiers)Gets a keyval and modifier combination that will match the event.
See [gdk.key_event.KeyEvent.matches].
Parameters
keyval | return location for a keyval |
modifiers | return location for modifiers |
Returns
true on success