문제

Any ideas on how I can slow down the mouse speed in a wpf application. Google didn't come up with anything. Should this be dealt with native events from Win32.

도움이 되었습니까?

해결책

here

SPI_GETMOUSESPEED = 112 decimal
SPI_SETMOUSESPEED = 113 decimal
source

OnAppStart -> get system current mouse speed
OnMouseEnter -> set to slow
OnMouseLeave -> set to system
OnAppShutdown -> set to system

EDIT
Additional Reference

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top