Codechange: Consistently use WChar when passing characters around, and also define it as char32_t.

This commit is contained in:
Michael Lutz
2020-05-17 23:31:49 +02:00
parent 43cd892e0c
commit 808c8198d5
4 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ struct Textbuf {
void DeleteAll();
bool InsertClipboard();
bool InsertChar(uint32 key);
bool InsertChar(WChar key);
bool InsertString(const char *str, bool marked, const char *caret = nullptr, const char *insert_location = nullptr, const char *replacement_end = nullptr);
bool DeleteChar(uint16 keycode);