Interface EventType


public interface EventType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    a mouse button has been pressed.
    static final int
    a mouse button has been released.
    static final int
    the window manager has requested that the toplevel surface be
    hidden or destroyed, usually when the user clicks on a special icon in the
    title bar.
    static final int
    the mouse has entered the surface while a drag is in progress.
    static final int
    the mouse has left the surface while a drag is in progress.
    static final int
    the mouse has moved in the surface while a drag is in
    progress.
    static final int
    a drop operation onto the surface has started.
    static final int
    the pointer has entered the surface.
    static final int
    marks the end of the GdkEventType enumeration.
    static final int
    the keyboard focus has entered or left the surface.
    static final int
    a pointer or keyboard grab was broken.
    static final int
    a key has been pressed.
    static final int
    a key has been released.
    static final int
    the pointer has left the surface.
    static final int
    the pointer (usually a mouse) has moved.
    static final int
    A tablet pad button press event.
    static final int
    A tablet pad button release event.
    static final int
    A tablet pad group mode change.
    static final int
    A tablet pad axis event from a "ring".
    static final int
    A tablet pad axis event from a "strip".
    static final int
    an input device has moved into contact with a sensing
    surface (e.g. a touchscreen or graphics tablet).
    static final int
    an input device has moved out of contact with a sensing
    surface.
    static final int
    the scroll wheel was turned
    static final int
    A new touch event sequence has just started.
    static final int
    A touch event sequence has been canceled.
    static final int
    A touch event sequence has finished.
    static final int
    A touch event sequence has been updated.
    static final int
    A touchpad hold gesture event, the current state
    is determined by its phase field.
    static final int
    A touchpad pinch gesture event, the current state
    is determined by its phase field.
    static final int
    A touchpad swipe gesture event, the current state
    is determined by its phase field.
  • Field Details

    • DELETE

      static final int DELETE
      the window manager has requested that the toplevel surface be
      hidden or destroyed, usually when the user clicks on a special icon in the
      title bar.
      See Also:
    • MOTION_NOTIFY

      static final int MOTION_NOTIFY
      the pointer (usually a mouse) has moved.
      See Also:
    • BUTTON_PRESS

      static final int BUTTON_PRESS
      a mouse button has been pressed.
      See Also:
    • BUTTON_RELEASE

      static final int BUTTON_RELEASE
      a mouse button has been released.
      See Also:
    • KEY_PRESS

      static final int KEY_PRESS
      a key has been pressed.
      See Also:
    • KEY_RELEASE

      static final int KEY_RELEASE
      a key has been released.
      See Also:
    • ENTER_NOTIFY

      static final int ENTER_NOTIFY
      the pointer has entered the surface.
      See Also:
    • LEAVE_NOTIFY

      static final int LEAVE_NOTIFY
      the pointer has left the surface.
      See Also:
    • FOCUS_CHANGE

      static final int FOCUS_CHANGE
      the keyboard focus has entered or left the surface.
      See Also:
    • PROXIMITY_IN

      static final int PROXIMITY_IN
      an input device has moved into contact with a sensing
      surface (e.g. a touchscreen or graphics tablet).
      See Also:
    • PROXIMITY_OUT

      static final int PROXIMITY_OUT
      an input device has moved out of contact with a sensing
      surface.
      See Also:
    • DRAG_ENTER

      static final int DRAG_ENTER
      the mouse has entered the surface while a drag is in progress.
      See Also:
    • DRAG_LEAVE

      static final int DRAG_LEAVE
      the mouse has left the surface while a drag is in progress.
      See Also:
    • DRAG_MOTION

      static final int DRAG_MOTION
      the mouse has moved in the surface while a drag is in
      progress.
      See Also:
    • DROP_START

      static final int DROP_START
      a drop operation onto the surface has started.
      See Also:
    • SCROLL

      static final int SCROLL
      the scroll wheel was turned
      See Also:
    • GRAB_BROKEN

      static final int GRAB_BROKEN
      a pointer or keyboard grab was broken.
      See Also:
    • TOUCH_BEGIN

      static final int TOUCH_BEGIN
      A new touch event sequence has just started.
      See Also:
    • TOUCH_UPDATE

      static final int TOUCH_UPDATE
      A touch event sequence has been updated.
      See Also:
    • TOUCH_END

      static final int TOUCH_END
      A touch event sequence has finished.
      See Also:
    • TOUCH_CANCEL

      static final int TOUCH_CANCEL
      A touch event sequence has been canceled.
      See Also:
    • TOUCHPAD_SWIPE

      static final int TOUCHPAD_SWIPE
      A touchpad swipe gesture event, the current state
      is determined by its phase field.
      See Also:
    • TOUCHPAD_PINCH

      static final int TOUCHPAD_PINCH
      A touchpad pinch gesture event, the current state
      is determined by its phase field.
      See Also:
    • PAD_BUTTON_PRESS

      static final int PAD_BUTTON_PRESS
      A tablet pad button press event.
      See Also:
    • PAD_BUTTON_RELEASE

      static final int PAD_BUTTON_RELEASE
      A tablet pad button release event.
      See Also:
    • PAD_RING

      static final int PAD_RING
      A tablet pad axis event from a "ring".
      See Also:
    • PAD_STRIP

      static final int PAD_STRIP
      A tablet pad axis event from a "strip".
      See Also:
    • PAD_GROUP_MODE

      static final int PAD_GROUP_MODE
      A tablet pad group mode change.
      See Also:
    • TOUCHPAD_HOLD

      static final int TOUCHPAD_HOLD
      A touchpad hold gesture event, the current state
      is determined by its phase field. Since: 4.6
      See Also:
    • EVENT_LAST

      static final int EVENT_LAST
      marks the end of the GdkEventType enumeration.
      See Also: