|
Libpointing
An open-source cross-platform library to get raw events from pointing devices and master transfer functions.
|
The winSystemPointerAcceleration class is used to set or read the cursor parameters of the current system. More...
#include <winSystemPointerAcceleration.h>
Public Member Functions | |
| void | setTransferFunction (URI &funcURI) |
| setTransferFunction More... | |
| void | get (std::string *winVersion, int *sliderPosition, bool *enhancePointerPrecision) |
| Reads the current system parameters. More... | |
| void | set (int sliderPosition, bool enhancePointerPrecision) |
| Sets the system values with a given ones. More... | |
The winSystemPointerAcceleration class is used to set or read the cursor parameters of the current system.
| void pointing::winSystemPointerAcceleration::get | ( | std::string * | winVersion, |
| int * | sliderPosition, | ||
| bool * | enhancePointerPrecision | ||
| ) |
Reads the current system parameters.
| winVersion | The version of the running windows. |
| sliderPosition | The cursor speed slider position |
| enhancePointerPrecision | The "Enhance Pointer Precision" checkbox value |
| void pointing::winSystemPointerAcceleration::set | ( | int | sliderPosition, |
| bool | enhancePointerPrecision | ||
| ) |
Sets the system values with a given ones.
| sliderPosition | The cursor speed slider position |
| enhancePointerPrecision | The "Enhance Pointer Precision" checkbox value |
| void pointing::winSystemPointerAcceleration::setTransferFunction | ( | URI & | funcURI | ) |
setTransferFunction
| func | The transfer function |
1.8.8