pub struct TabletToolButtonEvent { /* private fields */ }
Expand description

Signals that a tool has changed a logical button state on a device with the DeviceCapability::TabletTool capability.

Button state changes occur on their own and do not include axis state changes. If button and axis state changes occur within the same logical hardware event, the order of the TabletToolButtonEvent and TabletToolAxisEvent is device-specific.

This event is not to be confused with the button events emitted by the tablet pad. See TabletPadButtonEvent.

Implementations

Return the button that triggered this event.

For the button of a TabletToolButtonEvent, return the total number of buttons pressed on all devices on the associated seat after the the event was triggered.

Return the button state of the event.

Trait Implementations

Receive a raw pointer representing this type.
Returns the underlying libinput context
Formats the value using the given formatter. Read more
Executes the destructor for this type. Read more
Convert into a general Event again
Return the device associated with this event. Read more
Create a new instance of this type from a raw pointer and it’s context. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The event time for this event
The event time for this event in microseconds
Check if the distance axis was updated in this event. Read more
Returns the current distance from the tablet’s sensor, normalized to the range [0, 1]. Read more
Return the delta between the last event and the current event. Read more
Return the delta between the last event and the current event. Read more
Check if the pressure axis was updated in this event. For TabletToolButtonEvents this function always returns false.
Returns the current pressure being applied on the tool in use, normalized to the range [0, 1]. Read more
Check if the z-rotation axis was updated in this event. Read more
Returns the current z rotation of the tool in degrees, clockwise from the tool’s logical neutral position. Read more
Check if the slider axis was updated in this event. Read more
Returns the current position of the slider on the tool, normalized to the range [-1, 1]. Read more
Check if the tilt x axis was updated in this event. Read more
Check if the tilt y axis was updated in this event. Read more
Returns the current tilt along the X axis of the tablet’s current logical orientation, in degrees off the tablet’s z axis. Read more
Returns the current tilt along the Y axis of the tablet’s current logical orientation, in degrees off the tablet’s z axis. Read more
Check if the wheel axis was updated in this event. Read more
Return the delta for the wheel in degrees.
Return the delta for the wheel in discrete steps (e.g. wheel clicks).
Check if the x axis was updated in this event. Read more
Check if the y axis was updated in this event. Read more
Returns the X coordinate of the tablet tool, in mm from the top left corner of the tablet in its current logical orientation. Read more
Returns the Y coordinate of the tablet tool, in mm from the top left corner of the tablet in its current logical orientation. Read more
Return the current absolute x coordinate of the tablet tool event, transformed to screen coordinates. Read more
Return the current absolute y coordinate of the tablet tool event, transformed to screen coordinates. Read more
Returns the tool that was in use during this event. Read more
Convert into a general TabletToolEvent again
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.