Open
Description
Add a way to read the OS's set mouse sensitivity so the sensitivity of mice using this library can be set from the OS.
See here for example code for windows using SystemParametersInfo(SPI_GETMOUSESPEED, 0, &mouseSpeed, 0);
Add a way to read the OS's set mouse sensitivity so the sensitivity of mice using this library can be set from the OS.
See here for example code for windows using SystemParametersInfo(SPI_GETMOUSESPEED, 0, &mouseSpeed, 0);