KeyEvent.getMatch

Gets a keyval and modifier combination that will match the event.

See [method@Gdk.KeyEvent.matches].

class KeyEvent
bool
getMatch
(
out uint keyval
,
out GdkModifierType modifiers
)

Parameters

keyval uint

return location for a keyval

modifiers GdkModifierType

return location for modifiers

Return Value

Type: bool

%TRUE on success

Meta