Pen Visualization
The following constants are used by applications or UI frameworks to identify how UI feedback is processed when one of the listed pen gestures is detected.
These constants are used with the SPI_GETPENVISUALIZATION and SPI_SETPENVISUALIZATION parameters and the SystemParametersInfo function.
-
PENVISUALIZATION_OFF
-
-
0x0000
-
Specifies that UI feedback for all pen gestures is off.
-
-
PENVISUALIZATION_ON
-
-
0x0023
-
Specifies that UI feedback for all pen gestures is on.
-
-
PENVISUALIZATION_TAP
-
-
0x0001
-
Specifies UI feedback for a pen tap.
-
-
PENVISUALIZATION_DOUBLETAP
-
-
0x0002
-
Specifies UI feedback for a pen double tap.
-
-
PENVISUALIZATION_CURSOR
-
-
0x0020
-
Specifies UI feedback for the pen cursor.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 10 [desktop apps only] |
Minimum supported server |
Windows Server 2016 [desktop apps only] |
Header |
|