gdkDeviceGetHistory {RGtk2} | R Documentation |
Obtains the motion history for a device; given a starting and
ending timestamp, return all events in the motion history for
the device in the given range of time. Some windowing systems
do not support motion history, in which case, FALSE
will
be returned. (This is not distinguishable from the case where
motion history is supported and no events were found.)
gdkDeviceGetHistory(object, window, start, stop)
|
[GdkDevice ] a GdkDevice |
|
[GdkWindow ] the window with respect to which which the event coordinates will be reported |
|
[numeric] starting timestamp for range of events to return |
|
[numeric] ending timestamp for the range of events to return |
A list containing the following elements:
retval |
[logical] TRUE if the windowing system supports motion history and
at least one event was found. |
|
[GdkTimeCoord ] location to store a newly-allocated list of GdkTimeCoord , or NULL |
|
[integer] location to store the length of events , or NULL |
Derived by RGtkGen from GTK+ documentation