diff options
| author | Jacob Palecki <[email protected]> | 2020-08-03 13:21:20 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-03 13:21:20 -0700 |
| commit | e13fe36fc04eb01bdc21cf90378d3c7c03d26a55 (patch) | |
| tree | 6b7b9b28ed970609dbeaff32352ec909dfcda98c /console/console_write.hpp | |
| parent | Add tool menu to enable\disable charts (diff) | |
| parent | Merge pull request #8 from a1xd/read (diff) | |
| download | rawaccel-e13fe36fc04eb01bdc21cf90378d3c7c03d26a55.tar.xz rawaccel-e13fe36fc04eb01bdc21cf90378d3c7c03d26a55.zip | |
Merge branch 'master' into GUI
Diffstat (limited to 'console/console_write.hpp')
| -rw-r--r-- | console/console_write.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/console/console_write.hpp b/console/console_write.hpp deleted file mode 100644 index 31eb575..0000000 --- a/console/console_write.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include <iostream> - -#define NOMINMAX -#include <Windows.h> - -#include "..\common\rawaccel.hpp" - -#define RA_WRITE CTL_CODE(0x8888, 0x888, METHOD_BUFFERED, FILE_ANY_ACCESS) - -namespace ra = rawaccel; - -void write(ra::mouse_modifier vars);
\ No newline at end of file |