Schnittstelle EventType


public interface EventType
  • Feldübersicht Linksymbol

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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.
  • Felddetails Linksymbol

    • DELETE Linksymbol

      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.
      Siehe auch:
    • MOTION_NOTIFY Linksymbol

      static final int MOTION_NOTIFY
      the pointer (usually a mouse) has moved.
      Siehe auch:
    • BUTTON_PRESS Linksymbol

      static final int BUTTON_PRESS
      a mouse button has been pressed.
      Siehe auch:
    • BUTTON_RELEASE Linksymbol

      static final int BUTTON_RELEASE
      a mouse button has been released.
      Siehe auch:
    • KEY_PRESS Linksymbol

      static final int KEY_PRESS
      a key has been pressed.
      Siehe auch:
    • KEY_RELEASE Linksymbol

      static final int KEY_RELEASE
      a key has been released.
      Siehe auch:
    • ENTER_NOTIFY Linksymbol

      static final int ENTER_NOTIFY
      the pointer has entered the surface.
      Siehe auch:
    • LEAVE_NOTIFY Linksymbol

      static final int LEAVE_NOTIFY
      the pointer has left the surface.
      Siehe auch:
    • FOCUS_CHANGE Linksymbol

      static final int FOCUS_CHANGE
      the keyboard focus has entered or left the surface.
      Siehe auch:
    • PROXIMITY_IN Linksymbol

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

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

      static final int DRAG_ENTER
      the mouse has entered the surface while a drag is in progress.
      Siehe auch:
    • DRAG_LEAVE Linksymbol

      static final int DRAG_LEAVE
      the mouse has left the surface while a drag is in progress.
      Siehe auch:
    • DRAG_MOTION Linksymbol

      static final int DRAG_MOTION
      the mouse has moved in the surface while a drag is in
      progress.
      Siehe auch:
    • DROP_START Linksymbol

      static final int DROP_START
      a drop operation onto the surface has started.
      Siehe auch:
    • SCROLL Linksymbol

      static final int SCROLL
      the scroll wheel was turned
      Siehe auch:
    • GRAB_BROKEN Linksymbol

      static final int GRAB_BROKEN
      a pointer or keyboard grab was broken.
      Siehe auch:
    • TOUCH_BEGIN Linksymbol

      static final int TOUCH_BEGIN
      A new touch event sequence has just started.
      Siehe auch:
    • TOUCH_UPDATE Linksymbol

      static final int TOUCH_UPDATE
      A touch event sequence has been updated.
      Siehe auch:
    • TOUCH_END Linksymbol

      static final int TOUCH_END
      A touch event sequence has finished.
      Siehe auch:
    • TOUCH_CANCEL Linksymbol

      static final int TOUCH_CANCEL
      A touch event sequence has been canceled.
      Siehe auch:
    • TOUCHPAD_SWIPE Linksymbol

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

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

      static final int PAD_BUTTON_PRESS
      A tablet pad button press event.
      Siehe auch:
    • PAD_BUTTON_RELEASE Linksymbol

      static final int PAD_BUTTON_RELEASE
      A tablet pad button release event.
      Siehe auch:
    • PAD_RING Linksymbol

      static final int PAD_RING
      A tablet pad axis event from a "ring".
      Siehe auch:
    • PAD_STRIP Linksymbol

      static final int PAD_STRIP
      A tablet pad axis event from a "strip".
      Siehe auch:
    • PAD_GROUP_MODE Linksymbol

      static final int PAD_GROUP_MODE
      A tablet pad group mode change.
      Siehe auch:
    • TOUCHPAD_HOLD Linksymbol

      static final int TOUCHPAD_HOLD
      A touchpad hold gesture event, the current state is determined by its phase
      field.
      Siehe auch:
    • EVENT_LAST Linksymbol

      static final int EVENT_LAST
      marks the end of the GdkEventType enumeration.
      Siehe auch: