From 042acdc08f29920d4d46dde7c8a663b20a743f90 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 21 Mar 2022 04:50:32 +0000 Subject: Add m_rawinput reimplementation to replace RInput It's archive so you can set m_rawinput 1, load SST via VDF and then never think about it again. --- src/rinput.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/rinput.h (limited to 'src/rinput.h') diff --git a/src/rinput.h b/src/rinput.h new file mode 100644 index 0000000..4048a2c --- /dev/null +++ b/src/rinput.h @@ -0,0 +1,13 @@ +#ifndef INC_RINPUT_H +#define INC_RINPUT_H +#ifdef _WIN32 + +#include + +bool rinput_init(void); +void rinput_end(void); + +#endif +#endif + +// vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3