Dependency injection for apu/gpu/hid.
This commit is contained in:
@@ -15,10 +15,9 @@ namespace xe {
|
||||
namespace hid {
|
||||
namespace nop {
|
||||
|
||||
NopInputDriver::NopInputDriver(InputSystem* input_system)
|
||||
: InputDriver(input_system) {}
|
||||
NopInputDriver::NopInputDriver(xe::ui::Window* window) : InputDriver(window) {}
|
||||
|
||||
NopInputDriver::~NopInputDriver() {}
|
||||
NopInputDriver::~NopInputDriver() = default;
|
||||
|
||||
X_STATUS NopInputDriver::Setup() { return X_STATUS_SUCCESS; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user