ghostty_key_encoder_new function

GhosttyResult ghostty_key_encoder_new(
  1. Pointer<GhosttyAllocator> allocator,
  2. Pointer<GhosttyKeyEncoder> encoder
)

Implementation

GhosttyResult ghostty_key_encoder_new(
  ffi.Pointer<GhosttyAllocator> allocator,
  ffi.Pointer<GhosttyKeyEncoder> encoder,
) => GhosttyResult.fromValue(_ghostty_key_encoder_new(allocator, encoder));