ghostty_key_event_set_unshifted_codepoint function

  1. @Native<Void Function(GhosttyKeyEvent, Uint32)>(GhosttyKeyEvent, ffi.Uint32)>()
void ghostty_key_event_set_unshifted_codepoint(
  1. GhosttyKeyEvent event,
  2. 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,
);