Re: zwp_tablet_tool_v2 button definitions

2025-03-23 Thread Peter Hutterer
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, > } > >

zwp_tablet_tool_v2 button definitions

2025-03-22 Thread Chris Morgan
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,