From 0d9978228b9226d16ba8272a03dd7e6c9ad83b3d Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 16 Dec 2024 14:52:54 +1300 Subject: Implement a toggleable keyboard on the lower screen --- arm9/source/devices/local.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'arm9/source/devices/local.c') diff --git a/arm9/source/devices/local.c b/arm9/source/devices/local.c index e69de29..e13a1f8 100644 --- a/arm9/source/devices/local.c +++ b/arm9/source/devices/local.c @@ -0,0 +1,11 @@ +#include "../main.h" +#include "local.h" + +void std_write(u8 byte) { + if (byte) { + receive_keyboard_byte(byte); + } else { + close_keyboard(); + + } +} -- cgit v1.2.3-70-g09d2