SPI_SETMOUSETRAILS top-level constant Null safety
Enables or disables the Mouse Trails feature, which improves the visibility of mouse cursor movements by briefly showing a trail of cursors and quickly erasing them.
To disable the feature, set the uiParam parameter to zero or 1. To enable the feature, set uiParam to a value greater than 1 to indicate the number of cursors drawn in the trail.
Implementation
const SPI_SETMOUSETRAILS = 0x005D;