#Listen to Windows un-sleep event
6 messages · Page 1 of 1 (latest)
@low raptor you can use windows-rs to hook into the windows c API somehow
IE figure out how you'd do it in C/C++ and then you can make the same windows API calls using this crate
Thanks, time to delve into the horrors of win32api