UI: Massive revamp, new features and improvements
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "controller_interface.h"
|
||||
#include "input_source.h"
|
||||
#include "core/types.h"
|
||||
#include <array>
|
||||
#include <functional>
|
||||
@ -7,6 +7,8 @@
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
#if 0
|
||||
|
||||
class EvdevControllerInterface final : public ControllerInterface
|
||||
{
|
||||
public:
|
||||
@ -97,3 +99,5 @@ private:
|
||||
std::mutex m_event_intercept_mutex;
|
||||
Hook::Callback m_event_intercept_callback;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user