Enumeration (GI Flags)

GstVideo-1.0GstVideoNavigationModifierTypeSince 1.22

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.

1.22

Index
BUTTON1_MASK: 256

the first mouse button (usually the left button).

BUTTON2_MASK: 512

the second mouse button (usually the right button).

BUTTON3_MASK: 1024

the third mouse button (usually the mouse wheel button or middle button).

BUTTON4_MASK: 2048

the fourth mouse button (typically the "Back" button).

BUTTON5_MASK: 4096

the fifth mouse button (typically the "forward" button).

CONTROL_MASK: 4

the Control key.

HYPER_MASK: 134217728

the Hyper modifier

LOCK_MASK: 2
MASK: 469770239

A mask covering all entries in GdkModifierType.

META_MASK: 268435456

the Meta modifier

MOD1_MASK: 8

the third modifier key

MOD2_MASK: 16

the fourth modifier key

MOD3_MASK: 32

the fifth modifier key

MOD4_MASK: 64

the sixth modifier key

MOD5_MASK: 128

the seventh modifier key

NONE: 0
SHIFT_MASK: 1

the Shift key.

SUPER_MASK: 67108864

the Super modifier

Variables

$gtype