robotn / gohook

GoHook, Go global keyboard and mouse listener hook
MIT License
314 stars 44 forks source link

Is there anyway to block system wide input using hook #23

Open rajatkb opened 4 years ago

rajatkb commented 4 years ago

I am working on a virtual keyboard mouse application and require to block the keyboard and mouse input to the host system when mouse control is used for a client system. For that I require blocking the input system wide. Is it possible in the library to achieve that.

Acbn-Nick commented 4 years ago

I believe this is a duplicate of/very close to this issue