ghostty_key_event_new function

GhosttyResult ghostty_key_event_new(
  1. Pointer<GhosttyAllocator> allocator,
  2. 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));