Compile fixes on input-overhaul branch
This commit is contained in:
parent
14042faa3d
commit
ada3fa5513
|
|
@ -673,7 +673,6 @@ process_events() {
|
|||
int y = _pointer_data.get_y();
|
||||
bool have_pointer = false;
|
||||
double time = ClockObject::get_global_clock()->get_frame_time();
|
||||
ButtonHandle button;
|
||||
int index;
|
||||
|
||||
// It seems that some devices send a single EV_SYN event when being
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
#include "linuxInputDeviceManager.h"
|
||||
#include "winInputDeviceManager.h"
|
||||
#include "throw_event.h"
|
||||
#include "config_putil.h"
|
||||
|
||||
InputDeviceManager *InputDeviceManager::_global_ptr = nullptr;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue