chore: CRLF to LF
This commit is contained in:
+20
-20
@@ -1,20 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include "device.h"
|
||||
#include "rawinput.h"
|
||||
|
||||
namespace rawinput::touch {
|
||||
|
||||
// settings
|
||||
extern bool DISABLED;
|
||||
extern bool INVERTED;
|
||||
|
||||
bool is_touchscreen(Device *device);
|
||||
void enable(Device *device);
|
||||
void disable(Device *device);
|
||||
void update_input(Device *device);
|
||||
void update_timeouts(Device *device);
|
||||
void update_timeouts(RawInputManager *manager);
|
||||
bool is_enabled(RawInputManager *manager);
|
||||
void display_update();
|
||||
}
|
||||
#pragma once
|
||||
|
||||
#include "device.h"
|
||||
#include "rawinput.h"
|
||||
|
||||
namespace rawinput::touch {
|
||||
|
||||
// settings
|
||||
extern bool DISABLED;
|
||||
extern bool INVERTED;
|
||||
|
||||
bool is_touchscreen(Device *device);
|
||||
void enable(Device *device);
|
||||
void disable(Device *device);
|
||||
void update_input(Device *device);
|
||||
void update_timeouts(Device *device);
|
||||
void update_timeouts(RawInputManager *manager);
|
||||
bool is_enabled(RawInputManager *manager);
|
||||
void display_update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user