summaryrefslogtreecommitdiff
path: root/gtk/gtkeventcontrollermotion.h
Commit message (Collapse)AuthorAgeFilesLines
* motion controller: Add getters for crossing event targetsMatthias Clasen2019-03-161-0/+5
| | | | | This information can be needed in signal handlers, so make it available.
* eventcontrollermotion: Port to new API modelBenjamin Otte2018-04-261-1/+1
|
* The big versioning cleanupMatthias Clasen2018-02-061-2/+2
| | | | | | | Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
* Add a simple motion eventcontrollerMatthias Clasen2017-12-121-0/+50
This can serve as a replacement for the legacy event signals for enter/leave/motion notify.