mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
feat: tilting simulation mode
This commit is contained in:
parent
6a1d3e68c9
commit
416f6efc2f
5 changed files with 169 additions and 21 deletions
|
@ -4,6 +4,11 @@
|
|||
|
||||
#define CONFIG_ENABLED "plugin:dynamic-cursors:enabled"
|
||||
#define CONFIG_LENGTH "plugin:dynamic-cursors:length"
|
||||
#define CONFIG_MODE "plugin:dynamic-cursors:mode"
|
||||
#define CONFIG_MASS "plugin:dynamic-cursors:mass"
|
||||
#define CONFIG_FUNCTION "plugin:dynamic-cursors:function"
|
||||
#define CONFIG_HW_DEBUG "plugin:dynamic-cursors:hw_debug"
|
||||
|
||||
inline HANDLE PHANDLE = nullptr;
|
||||
|
||||
inline wl_event_source* tick = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue