MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ tablet()

InputBinding MayaFlux::Core::InputBinding::tablet ( uint32_t  device_id = 0)
static

Bind to a tablet tool.

Parameters
device_idTool ID (0 = any tool, pen and eraser alike)

Definition at line 33 of file InputBinding.cpp.

34{
35 return { .backend = InputType::TABLET, .device_id = device_id };
36}
@ TABLET
Digitizers and styluses (pressure, tilt, rotation)
uint32_t device_id
Specific device (0 = any device)

References backend, device_id, and MayaFlux::Core::TABLET.

Referenced by MayaFlux::bind_tablet().

+ Here is the caller graph for this function: