ghostty_key_encoder_new function
GhosttyResult
ghostty_key_encoder_new(
- Pointer<
GhosttyAllocator> allocator, - 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));