https://github.com/RoseKavalier/H3Plugins/blob/master/SoD_SP_Public/src/hooks/Hooks.cpp
#include "hotkeys/hotkeys.hpp"
#include "Versions.hpp"
#include "sodsp/versionCheck.hpp"
#include "OnEvent/OnEventHooks.hpp"
I couldn't find the files in the provided link. I really wanted to broaden my knowledge and learn about possible solutions. For example, I implemented hotkeys using the SetWindowsHookEx(WH_KEYBOARD_LL, LowLevelKeyboardProc, 0, 0) interceptor, but perhaps there are more elegant ways to do it?
Hamachi: SonicYozh:1