Interface IMouseInfoProvider
Represents a provider of low-level mouse info functionality.
public interface IMouseInfoProvider
Methods
GetAutoRepeatDelay()
Gets the auto-repeat delay.
int GetAutoRepeatDelay()
Returns
- int
The auto-repeat delay.
- See Also
GetAutoRepeatRate()
Gets the auto-repeat rate.
int GetAutoRepeatRate()
Returns
- int
The auto-repeat rate.
- See Also
GetMultiClickTime()
Gets the multi-click time.
int GetMultiClickTime()
Returns
- int
The multi-click time.
- See Also
GetPointerAccelerationMultiplier()
Gets the pointer acceleration multiplier.
int GetPointerAccelerationMultiplier()
Returns
- int
The pointer acceleration multiplier.
- See Also
GetPointerAccelerationThreshold()
Gets the pointer acceleration threshold.
int GetPointerAccelerationThreshold()
Returns
- int
The pointer acceleration threshold.
- See Also
GetPointerSensitivity()
Gets the pointer sensitivity.
int GetPointerSensitivity()
Returns
- int
The pointer sensitivity.
- See Also