Package: gdk
Function gdk:event-device-tool
Lambda Listgdk:event-device-tool (event) SyntaxArgumentsDetails
Accessor of the device tool representing the tool that caused the event.
If the event was generated by a device that supports different tools, for example a tablet, the gdk:event-device-tool function will return a gdk:device-tool object representing the tool that caused the event. Otherwise, nil will be returned. The (setf gdk:event-device-tool)
function sets the device tool for this event, should be rarely used. Notes | See also |
#205-07-01