gui: move input handling into a class

Change-Id: I97e08a23369af0112875af84b3fb529cf42e929e
This commit is contained in:
that
2015-01-30 16:11:58 +01:00
committed by Dees Troy
parent e13fa63dc0
commit 9fa5153aed
2 changed files with 249 additions and 226 deletions
Executable → Regular
+1 -2
View File
@@ -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