On Sat, Mar 22, 2025 at 01:16:02PM +0530, Chris Morgan wrote:
> This is all in the context of the zwp_tablet_tool_v2 interface,
> based on implementing tablet-v2 for smithay-client-toolkit this week.
>
> Whereas 'type' is enumerated:
>
> event type {
> tool_type: uint,
> }
>
>
This is all in the context of the zwp_tablet_tool_v2 interface,
based on implementing tablet-v2 for smithay-client-toolkit this week.
Whereas 'type' is enumerated:
event type {
tool_type: uint,
}
enum type {
pen = 0x140,
eraser = 0x141,
brush = 0x142,