gmamaladze / globalmousekeyhook

This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background.
MIT License
1.04k stars 257 forks source link

How to get the window handle #181

Closed sanshi2018 closed 5 months ago

sanshi2018 commented 1 year ago

When listening to the callback, how to get the handle object?

I tried to use GlobalKeyListener, but it's an internal class and I can't use it.

image