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/main.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arm9/source/main.h (limited to 'arm9/source/main.h') diff --git a/arm9/source/main.h b/arm9/source/main.h new file mode 100644 index 0000000..14aa0dd --- /dev/null +++ b/arm9/source/main.h @@ -0,0 +1,12 @@ +#include + +#ifndef MAIN_H_ + #define MAIN_H_ + + void receive_keyboard_byte(u8 byte); + bool is_keyboard_open(void); + void open_keyboard(void); + void close_keyboard(void); + void change_layout(void); + +#endif -- cgit v1.2.3-70-g09d2