mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-03 03:52:38 +00:00
macos: emoji keyboard works
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user