Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the visual feedback behaviors available to CreateSyntheticPointerDevice.
Syntax
typedef enum {
POINTER_FEEDBACK_DEFAULT = 1,
POINTER_FEEDBACK_INDIRECT = 2,
POINTER_FEEDBACK_NONE = 3
} POINTER_FEEDBACK_MODE;
Constants
POINTER_FEEDBACK_DEFAULT Value: 1 Visual feedback might be suppressed by the user's pen (Settings -> Devices -> Pen & Windows Ink) and touch (Settings -> Ease of Access -> Cursor & pointer size) settings. |
POINTER_FEEDBACK_INDIRECT Value: 2 Visual feedback overrides the user's pen and touch settings. |
POINTER_FEEDBACK_NONE Value: 3 Visual feedback is disabled. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 [desktop apps only] |
Minimum supported server | Windows Server [desktop apps only] |
Header | winuser.h |