Removing use of Emulator from hid/.

This commit is contained in:
Ben Vanik
2015-11-07 11:09:47 -08:00
parent e16fa28822
commit 2fdb00b4ed
5 changed files with 34 additions and 45 deletions

View File

@@ -127,7 +127,7 @@ X_STATUS Emulator::Setup(ui::Window* display_window) {
});
// Initialize the HID.
input_system_ = xe::hid::InputSystem::Create(this);
input_system_ = xe::hid::InputSystem::Create(display_window_);
if (!input_system_) {
return X_STATUS_NOT_IMPLEMENTED;
}