Libpointing
An open-source cross-platform library to get raw events from pointing devices and master transfer functions.
Public Member Functions | List of all members
pointing::winSystemPointerAcceleration Class Reference

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...
 

Detailed Description

The winSystemPointerAcceleration class is used to set or read the cursor parameters of the current system.

Member Function Documentation

void pointing::winSystemPointerAcceleration::get ( std::string *  winVersion,
int *  sliderPosition,
bool *  enhancePointerPrecision 
)

Reads the current system parameters.

Parameters
winVersionThe version of the running windows.
sliderPositionThe cursor speed slider position
enhancePointerPrecisionThe "Enhance Pointer Precision" checkbox value
void pointing::winSystemPointerAcceleration::set ( int  sliderPosition,
bool  enhancePointerPrecision 
)

Sets the system values with a given ones.

Parameters
sliderPositionThe cursor speed slider position
enhancePointerPrecisionThe "Enhance Pointer Precision" checkbox value
void pointing::winSystemPointerAcceleration::setTransferFunction ( URI &  funcURI)

setTransferFunction

Parameters
funcThe transfer function

The documentation for this class was generated from the following files: