Expand description
FFI bridge adapters between Rust-side models and cbf-chrome-sys C ABI types.
This module handles low-level IPC event decoding and conversion utilities that remain internal to the crate boundary.
Structs§
- IpcClient
- Client wrapper for the CBF IPC bridge.
Enums§
- Bridge
Error - Errors that can occur in the
cbf-chrome-sys(cbf_bridge) layer. - Event
Wait Result - IpcEvent
- Low-level IPC events emitted by the Chromium bridge.
Functions§
- convert_
nsevent_ to_ chrome_ key_ event - Convert native NSEvent input to CBF input events on macOS.
- convert_
nsevent_ to_ chrome_ mouse_ event - Convert native NSEvent input to CBF input events on macOS.
- convert_
nsevent_ to_ chrome_ mouse_ wheel_ event - Convert native NSEvent input to CBF input events on macOS.
- convert_
nsevent_ to_ key_ event - Convert native NSEvent input to CBF input events on macOS.
- convert_
nsevent_ to_ mouse_ event - Convert native NSEvent input to CBF input events on macOS.
- convert_
nsevent_ to_ mouse_ wheel_ event - Convert native NSEvent input to CBF input events on macOS.
- convert_
nspasteboard_ to_ drag_ data - Convert native NSEvent input to CBF input events on macOS.