pub unsafe extern "C" fn ghostty_mouse_encoder_setopt(
encoder: MouseEncoder,
option: Type,
value: *const c_void,
)Expand description
Set an option on the mouse encoder.
A null pointer value does nothing. It does not reset to defaults.
pub unsafe extern "C" fn ghostty_mouse_encoder_setopt(
encoder: MouseEncoder,
option: Type,
value: *const c_void,
)Set an option on the mouse encoder.
A null pointer value does nothing. It does not reset to defaults.