ghostty_key_event_set_unshifted_codepoint function
- @Native<Void Function(GhosttyKeyEvent, Uint32)>(GhosttyKeyEvent, ffi.Uint32)>()
- GhosttyKeyEvent event,
- int codepoint
Set the unshifted Unicode codepoint.
@param event The key event handle, must not be NULL @param codepoint The unshifted Unicode codepoint to set
@ingroup key
Implementation
@ffi.Native<ffi.Void Function(GhosttyKeyEvent, ffi.Uint32)>()
external void ghostty_key_event_set_unshifted_codepoint(
GhosttyKeyEvent event,
int codepoint,
);