Module handlers

Module handlers 

Source
Expand description

Cef handler trait wrappers for AgentMuxHandler. Extracted from client/mod.rs in task #182 PR-G.

Each block is a macro invocation that generates a small wrapper struct delegating to AgentMuxHandler methods.

Structsยง

AgentMuxClient
AgentMuxDisplayHandler ๐Ÿ”’
AgentMuxDragHandler ๐Ÿ”’
AgentMuxKeyboardHandler ๐Ÿ”’
AgentMuxLifeSpanHandler ๐Ÿ”’
AgentMuxLoadHandler ๐Ÿ”’
AgentMuxPaneFocusHandler ๐Ÿ”’
AgentMuxRequestHandler ๐Ÿ”’

Constantsยง

EVENTFLAG_CONTROL_DOWN ๐Ÿ”’
CEF event flag: Ctrl key is held.
VK_G ๐Ÿ”’
VK_P ๐Ÿ”’
Windows virtual-key codes for shortcuts we want to forward to JS.