Kernel: Add unicode support
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Keyboard
|
||||
|
||||
void register_key_event_callback(void(*callback)(KeyEvent));
|
||||
|
||||
char key_event_to_ascii(KeyEvent);
|
||||
const char* key_event_to_utf8(KeyEvent);
|
||||
|
||||
void led_disco();
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace VESA
|
||||
};
|
||||
|
||||
bool Initialize();
|
||||
void PutEntryAt(uint8_t, uint32_t, uint32_t, Color, Color);
|
||||
void PutEntryAt(uint16_t, uint32_t, uint32_t, Color, Color);
|
||||
void Clear(Color);
|
||||
void ScrollLine(uint32_t line);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user