From 4e9c33de2d16a2e25422fd3fa97882cc02563b12 Mon Sep 17 00:00:00 2001 From: Felix Raimundo Date: Mon, 21 Mar 2016 12:10:19 +0100 Subject: [PATCH] Put the keys on the simulator. NOTE: I messed up a merge so this si a bad commit. Change-Id: I80c9bc3f9dd8b1d24069eb0cc87ce7fe15368071 --- ion/src/shared/keyboard.c | 4 ++-- ion/src/simulator/keyboard/fltkkbd.cpp | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/ion/src/shared/keyboard.c b/ion/src/shared/keyboard.c index 23490fd36..3af428949 100644 --- a/ion/src/shared/keyboard.c +++ b/ion/src/shared/keyboard.c @@ -1,7 +1,7 @@ #include #include -static const char charForKey[ION_NUMBER_OF_KEYS] = { +static const char kCharForKey[ION_NUMBER_OF_KEYS] = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', @@ -32,7 +32,7 @@ char ion_getchar() { for (ion_key_t k=0; k