Package ch.bailu.gtk.gdk
Schnittstelle KeyMatch
public interface KeyMatch
-
Feldübersicht
Felder
-
Felddetails
-
NONE
static final int NONEThe key event does not match- Siehe auch:
-
PARTIAL
static final int PARTIALThe key event matches if keyboard state
(specifically, the currently active group) is ignored- Siehe auch:
-
EXACT
static final int EXACTThe key event matches- Siehe auch:
-