Skip to main content

Module global

Module global 

Source
Expand description

Bridge that forwards global hotkey / input events into the renderer’s outbox, so the frontend receives them as unnamed window.__RDESKTOP_PUSH__ messages (matching the IPC contract used by the Node extension host).

PushHandler implements both HotkeyHandler and GlobalInputHandler and writes a JSON envelope into a shared outbox queue drained every frame by the backend event loop.

Structs§

PushHandler
Forwards global events to the frontend via the renderer outbox.

Type Aliases§

Outbox
Shared queue of JSON strings emitted to the frontend each frame.