mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
![Vitaliy Margolen](/assets/img/avatar_default.png)
Put keyboard & mouse hook callbacks into separate thread. Move few global variables into object. Delete no longer used crit section. For hooks to work properly hook callback have to be in a thread with message loop. Some games create separate threads just to handle mouse and/or keyboard events that do not have message loop.