ekknod / logitech-cve

10/11/2020
193 stars 76 forks source link

Negative values #11

Closed juauzynhu closed 2 months ago

juauzynhu commented 2 years ago

How to pass negative values, like moving X to left, like -150?

juauzynhu commented 2 years ago

Or if its possible to pass higher values than char limits (-128 to 127).

happymaj00r commented 2 years ago

Or if its possible to pass higher values than char limits (-128 to 127).

well just split it for example -150 would be -128 and -22)