macro_rules! window_event_handlers {
    () => { ... };
    (ForwardToWindow) => { ... };
}