Top | ![]() |
![]() |
![]() |
![]() |
KkcNicolaKeyEventFilterKkcNicolaKeyEventFilter — Key event filter implementing NICOLA (thumb shift) input |
#define | KKC_TYPE_NICOLA_KEY_EVENT_FILTER |
struct | KkcNicolaKeyEventFilter |
struct | KkcNicolaKeyEventFilterClass |
This class is rarely used in programs but specified as "filter" property in rule metadata.
See also: KkcRule
KkcNicolaKeyEventFilter *
kkc_nicola_key_event_filter_new (void
);
#define KKC_TYPE_NICOLA_KEY_EVENT_FILTER (kkc_nicola_key_event_filter_get_type ())
The type for KkcNicolaKeyEventFilter.
struct KkcNicolaKeyEventFilter;
Key event filter implementing NICOLA (thumb shift) input
This class is rarely used in programs but specified as "filter" property in rule metadata.
See also: KkcRule
struct KkcNicolaKeyEventFilterClass { KkcKeyEventFilterClass parent_class; };
The class structure for KKC_TYPE_NICOLA_KEY_EVENT_FILTER
. All the fields in this structure are private and should never be accessed directly.