Hey guys, i was wondering if anyone could help me with a code for C++. i would like to learn how to use hotkeys. i want it to be like
if (downkey == VK_INSERT) {
cout<<"blah";
you know what i mean? i think i have to use RegisterHotKey function but im not sure how it works. any help would be appreciated. Thanks!