pub const MOUSE: &'static str;
Dispatch mouse input to a host app window. Accepts {window_id?, action} where action is a tagged object such as {kind:"click", x, y, button?}.
{window_id?, action}
{kind:"click", x, y, button?}