diff options
| author | a1xd <[email protected]> | 2020-07-31 20:19:24 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-07-31 20:19:24 -0400 |
| commit | 66a4043a9ecb1990878bea230f213708c7fdd3da (patch) | |
| tree | e0bcad437a3170f391fc74fe723be6abaf41cd89 /console/console_write.hpp | |
| parent | add read (diff) | |
| download | rawaccel-66a4043a9ecb1990878bea230f213708c7fdd3da.tar.xz rawaccel-66a4043a9ecb1990878bea230f213708c7fdd3da.zip | |
move write function into common io header
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 |