struct

Tea::KeyboardEnhancements

Inherits Struct < Value < Object

KeyboardEnhancements describes requested keyboard features

Constructors

new(report_event_types : Bool = false, report_alternate_keys : Bool = false, report_all_keys : Bool = false, report_associated_text : Bool = false)
Source

Instance methods

report_all_keys=(report_all_keys : Bool)

ReportAllKeys requests reporting of all keys including non-ASCII

Source
report_all_keys?

ReportAllKeys requests reporting of all keys including non-ASCII

Source
report_alternate_keys=(report_alternate_keys : Bool)

ReportAlternateKeys requests reporting of alternate key representations

Source
report_alternate_keys?

ReportAlternateKeys requests reporting of alternate key representations

Source
report_associated_text=(report_associated_text : Bool)

ReportAssociatedText requests reporting of associated text

Source
report_associated_text?

ReportAssociatedText requests reporting of associated text

Source
report_event_types=(report_event_types : Bool)

ReportEventTypes requests key repeat and release events

Source
report_event_types?

ReportEventTypes requests key repeat and release events

Source