GetMouseMovePointsResolution Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum GetMouseMovePointsResolution

Remarks

Members

UseDisplayPoints 1 Retrieves the points using the display resolution.
UseHighResolutionPoints 2 Retrieves high resolution points.

Points can range from zero to 65,535 (0xFFFF) in both x- and y-coordinates.

This is the resolution provided by absolute coordinate pointing devices such as drawing tablets.

See Also