diff options
| author | a1xd <[email protected]> | 2020-08-04 18:30:13 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-04 18:30:13 -0400 |
| commit | ba89e7d3e0bbc0fa85abf76d796e55c215eb2807 (patch) | |
| tree | ff05c61ea7979b3bf38f18b1043d6b2d149cce33 /wrapper/wrapper_io.hpp | |
| parent | Merge pull request #9 from a1xd/read-fix (diff) | |
| parent | Even nicer (diff) | |
| download | rawaccel-ba89e7d3e0bbc0fa85abf76d796e55c215eb2807.tar.xz rawaccel-ba89e7d3e0bbc0fa85abf76d796e55c215eb2807.zip | |
Merge pull request #12 from JacobPalecki/GUI
GUI: Add read from driver, velocity and gain graphs, toolbar, and chart optimizations
Diffstat (limited to 'wrapper/wrapper_io.hpp')
| -rw-r--r-- | wrapper/wrapper_io.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wrapper/wrapper_io.hpp b/wrapper/wrapper_io.hpp new file mode 100644 index 0000000..3427e3f --- /dev/null +++ b/wrapper/wrapper_io.hpp @@ -0,0 +1,8 @@ +#pragma once + +#include <rawaccel.hpp> + +struct wrapper_io { + void writeToDriver(rawaccel::mouse_modifier* modifier); + rawaccel::mouse_modifier* readFromDriver(); +};
\ No newline at end of file |