GdkModifierType

GdkModifierType

Flags

Value

Symbolic name

Description

  0GDK_SHIFT_MASK Denotes that a shift modifier is in place. A dedicated key or mouse-button will not become active until the Shift key is pressed down.
  1GDK_LOCK_MASK Denotes that a Caps Lock modifier is in place. Note that this modifier is illegal for use with accelerator keys, and will not work there.
  2GDK_CONTROL_MASK Denotes that a control modifier is in place. A dedicated key or mouse-button will not become active until the Control key is pressed down.
  3GDK_MOD1_MASK Denotes that an alt modifier is in place. A dedicated key or mouse-button will not become active until the Alt key is pressed down.
  4GDK_MOD2_MASK
  5GDK_MOD3_MASK
  6GDK_MOD4_MASK
  7GDK_MOD5_MASK
  8GDK_BUTTON1_MASK The first (mostly left) mouse button.
  9GDK_BUTTON2_MASK The second (middle) mouse button.
  10GDK_BUTTON3_MASK The third (mostly right) mouse button.
  11GDK_BUTTON4_MASK Mouse wheel up.
  12GDK_BUTTON5_MASK Mouse wheel down.
  13GDK_RELEASE_MASK Denotes that the act of releasing the button is a modifier.
  14GDK_MODIFIER_MASK Returns all the modifiers that are possible in the current context.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.