Class CrossingEvent

All Implemented Interfaces:
PointerInterface

public class CrossingEvent extends Event
An event caused by a pointing device moving between surfaces.

https://docs.gtk.org/gdk4/class.CrossingEvent.html

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getDetail

      public int getDetail()
      Extracts the notify detail from a crossing event.
      Returns:
      the notify detail of @event
    • getFocus

      public boolean getFocus()
      Checks if the @event surface is the focus surface.
      Returns:
      %TRUE if the surface is the focus surface
    • getMode

      public int getMode()
      Extracts the crossing mode from a crossing event.
      Returns:
      the mode of @event
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()