Interface CrossingMode


public interface CrossingMode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    crossing because of a device switch (i.e.
    static final int
    crossing because a grab is activated.
    static final int
    crossing because a GTK grab is activated.
    static final int
    crossing because a GTK grab is deactivated.
    static final int
    crossing because of pointer motion.
    static final int
    crossing because a GTK widget changed
    state (e.g. sensitivity).
    static final int
    crossing because a touch sequence has begun,
    this event is synthetic as the pointer might have not left the surface.
    static final int
    crossing because a touch sequence has ended,
    this event is synthetic as the pointer might have not left the surface.
    static final int
    crossing because a grab is deactivated.
  • Field Details

    • NORMAL

      static final int NORMAL
      crossing because of pointer motion.
      See Also:
    • GRAB

      static final int GRAB
      crossing because a grab is activated.
      See Also:
    • UNGRAB

      static final int UNGRAB
      crossing because a grab is deactivated.
      See Also:
    • GTK_GRAB

      static final int GTK_GRAB
      crossing because a GTK grab is activated.
      See Also:
    • GTK_UNGRAB

      static final int GTK_UNGRAB
      crossing because a GTK grab is deactivated.
      See Also:
    • STATE_CHANGED

      static final int STATE_CHANGED
      crossing because a GTK widget changed
      state (e.g. sensitivity).
      See Also:
    • TOUCH_BEGIN

      static final int TOUCH_BEGIN
      crossing because a touch sequence has begun,
      this event is synthetic as the pointer might have not left the surface.
      See Also:
    • TOUCH_END

      static final int TOUCH_END
      crossing because a touch sequence has ended,
      this event is synthetic as the pointer might have not left the surface.
      See Also:
    • DEVICE_SWITCH

      static final int DEVICE_SWITCH
      crossing because of a device switch (i.e.
      a mouse taking control of the pointer after a touch device), this event
      is synthetic as the pointer didn’t leave the surface.
      See Also: