Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wpf アプリケーションでマウスの速度を遅くする方法についてのアイデア。グーグルは何も思いつきませんでした。これは、Win32 からのネイティブ イベントで処理する必要があります。
ここ
SPI_GETMOUSESPEED = 10 進数で 112 SPI_SETMOUSESPEED = 113 10 進数 ソース
OnAppStart -> システムの現在のマウス速度を取得する OnMouseEnter -> 低速に設定OnMouseLeave -> システムに 設定 OnAppShutdown -> システムに設定
EDIT 追加参照