setTabletPadOverrideEnabled method

Future<bool> setTabletPadOverrideEnabled({
  1. required bool enabled,
})

Enables or releases vendor-driver ownership of tablet-pad controls.

Windows and macOS drivers require an application to override the user's normal ExpressKey, ring, and strip mappings before they deliver raw control events. Implementations return whether at least one compatible control accepted the requested state. Platforms with passive pad input leave this disabled and return false.

Implementation

Future<bool> setTabletPadOverrideEnabled({required bool enabled}) async =>
    false;