Package org.gnome.gdk

Enum Class ModifierType

java.lang.Object
java.lang.Enum<ModifierType>
org.gnome.gdk.ModifierType
All Implemented Interfaces:
Enumeration, Serializable, Comparable<ModifierType>, Constable

@Generated("io.github.jwharm.JavaGI") public enum ModifierType extends Enum<ModifierType> implements Enumeration
Flags to indicate the state of modifier keys and mouse buttons in events.

Typical modifier keys are Shift, Control, Meta, Super, Hyper, Alt, Compose, Apple, CapsLock or ShiftLock.

Note that GDK may add internal values to events which include values outside of this enumeration. Your code should preserve and ignore them. You can use GDK_MODIFIER_MASK to remove all private values.