GtkEventControllerMotion
GtkEventControllerMotion — Event controller for motion events
|
|
Includes
#include <gtk/gtk.h>
Description
GtkEventControllerMotion is an event controller meant for situations
where you need to track the position of the pointer.
This object was added in 3.24.
Functions
gtk_event_controller_motion_new ()
GtkEventController *
gtk_event_controller_motion_new (GtkWidget *widget);
Creates a new event controller that will handle motion events
for the given widget
.
Since: 3.24
Types and Values
GtkEventControllerMotion
typedef struct _GtkEventControllerMotion GtkEventControllerMotion;