ghostty_key_event_get_unshifted_codepoint function
- @Native<Uint32 Function(GhosttyKeyEvent)>(GhosttyKeyEvent)>()
- 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);