libpdw/example-src/input.hpp
2018-06-23 07:45:55 -05:00

10 lines
113 B
C++

#include "../gui-mate/nekohook/input.hpp"
namespace input {
// Call to refresh states
void RefreshInput();
}