Skip to content

SiMoStro/winGlobalMouseHook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Global Mouse Hook test

Using the syscall SetWindowsHookEx on the Global Mouse Hook can result in a lagging feedback on the mouse pointer. A solution to this can be handling the hook in a background thread on which we've started a message pump using the ApplicationContext class.

You can switch between the two versions using the -cc parameter.

Before:

before

After:

before

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages