macos: emoji keyboard works

This commit is contained in:
Mitchell Hashimoto
2023-02-19 12:28:17 -08:00
parent 7fa02cae95
commit 8889dd7de2
5 changed files with 71 additions and 1 deletions

View File

@@ -17,3 +17,9 @@ pub const CursorPos = struct {
x: f32,
y: f32,
};
/// Input Method Editor (IME) position.
pub const IMEPos = struct {
x: f64,
y: f64,
};