gui: move input handling into a class
Change-Id: I97e08a23369af0112875af84b3fb529cf42e929e
This commit is contained in:
Executable → Regular
+1
-2
@@ -1,5 +1,4 @@
|
||||
// hardwarekeyboard.cpp - HardwareKeyboard object
|
||||
// Custom hardware keyboard support for Asus Transformer devices
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
@@ -27,7 +26,7 @@ extern "C" {
|
||||
#include "rapidxml.hpp"
|
||||
#include "objects.hpp"
|
||||
#include "../data.hpp"
|
||||
#include <linux/input.h>
|
||||
#include <linux/input.h>
|
||||
|
||||
HardwareKeyboard::HardwareKeyboard(void) {
|
||||
// Do Nothing
|
||||
|
||||
Reference in New Issue
Block a user