ghostty_key_event_get_unshifted_codepoint function

  1. @Native<Uint32 Function(GhosttyKeyEvent)>(GhosttyKeyEvent)>()
int ghostty_key_event_get_unshifted_codepoint(
  1. GhosttyKeyEvent event
)

Get the unshifted Unicode codepoint.

@param event The key event handle, must not be NULL @return The unshifted Unicode codepoint

@ingroup key

Implementation

@ffi.Native<ffi.Uint32 Function(GhosttyKeyEvent)>()
external int ghostty_key_event_get_unshifted_codepoint(GhosttyKeyEvent event);