mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
Merge pull request #1940 from shekhirin/keycallback-method-doc
docs(surface): remove `keyCallback` return type doc
This commit is contained in:
@ -1245,8 +1245,7 @@ pub fn preeditCallback(self: *Surface, preedit_: ?[]const u8) !void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Called for any key events. This handles keybindings, encoding and
|
/// Called for any key events. This handles keybindings, encoding and
|
||||||
/// sending to the termianl, etc. The return value is true if the key
|
/// sending to the termianl, etc.
|
||||||
/// was handled and false if it was not.
|
|
||||||
pub fn keyCallback(
|
pub fn keyCallback(
|
||||||
self: *Surface,
|
self: *Surface,
|
||||||
event: input.KeyEvent,
|
event: input.KeyEvent,
|
||||||
|
Reference in New Issue
Block a user