ghostty_key_event_new function
GhosttyResult
ghostty_key_event_new(
- Pointer<
GhosttyAllocator> allocator, - Pointer<
GhosttyKeyEvent> event
Implementation
GhosttyResult ghostty_key_event_new(
ffi.Pointer<GhosttyAllocator> allocator,
ffi.Pointer<GhosttyKeyEvent> event,
) => GhosttyResult.fromValue(_ghostty_key_event_new(allocator, event));