gdk.crossing_event

Module for [CrossingEvent] class

Types 1

An event caused by a pointing device moving between surfaces.

Methods
gdk.types.NotifyType getDetail() nothrowExtracts the notify detail from a crossing event. Returns: the notify detail of event
bool getFocus() nothrowChecks if the event surface is the focus surface. Returns: true if the surface is the focus surface
gdk.types.CrossingMode getMode() nothrowExtracts the crossing mode from a crossing event. Returns: the mode of event
Constructors
this(void * ptr, Flag!"Take" take)