SkkNicolaKeyEventFilter

SkkNicolaKeyEventFilter — Key event filter implementing NICOLA (thumb shift) input

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── SkkKeyEventFilter
        ╰── SkkNicolaKeyEventFilter

Description

This class is rarely used in programs but specified as "filter" property in rule metadata.

See also: SkkRule

Functions

skk_nicola_key_event_filter_new ()

SkkNicolaKeyEventFilter *
skk_nicola_key_event_filter_new (void);

SkkGetTime ()

gint64
(*SkkGetTime) (gpointer user_data);

Get the current timer count.

Parameters

user_data

data to pass to the delegate function.

[closure]

Types and Values

SKK_TYPE_NICOLA_KEY_EVENT_FILTER

#define SKK_TYPE_NICOLA_KEY_EVENT_FILTER (skk_nicola_key_event_filter_get_type ())

The type for SkkNicolaKeyEventFilter.


struct SkkNicolaKeyEventFilter

struct SkkNicolaKeyEventFilter;

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: SkkRule

Members


struct SkkNicolaKeyEventFilterClass

struct SkkNicolaKeyEventFilterClass {
	SkkKeyEventFilterClass parent_class;
};

The class structure for SKK_TYPE_NICOLA_KEY_EVENT_FILTER. All the fields in this structure are private and should never be accessed directly.

Members