How to register a global hotkey for your application in C#

How to register a global hotkey for your application in C#

Register a hotkey for your application that can be triggered even if your form is minimized and does not have focus. More »

How to download a file in C# (progressbar and download speed)

How to download a file in C# (progressbar and download speed)

Learn how to download files in C# while displaying the percentage and the download speed. More »

UDP hole punching implementation in C#

UDP hole punching implementation in C#

Learn how to implement UDP hole punching so you can make your clients life a lot easier by not forcing them to open ports on their end. More »

 

Windows 8.1 mouse issues FIX

With the release of Windows 8.1 there have been some concerning issues with the mouse movement. In some cases the mouse would keep start stuttering or even freeze while playing games.

After a few days of investigating the problem Microsoft managed to find a way to fix a few of these issues.

Windows patch KB2908279 fixes the following issues:

  • Mouse jitters (jumps forward and back) as you move it through a game.
  • Mouse movement is not to scale even after acceleration is turned off.
  • Measured mouse Polling Rate has a lower reporting frequency than expected.

Microsoft also suggests to follow the following workarounds if you are suffering from these issues:

  • KB2907016 – Mouse may not be able to reach all areas of the game window.
  • KB2907018Can’t left-click with an integrated pointing device immediately after pressing a key.
Share on FacebookTweet about this on TwitterShare on Google+Share on StumbleUponShare on LinkedInShare on RedditPin on PinterestShare on TumblrDigg thisPrint this pageEmail this to someone

Leave a Reply

Your email address will not be published. Required fields are marked *