Macro multi_window

Source
macro_rules! multi_window {
    ($common:ty,$event:ty, $window:ty) => { ... };
}
Expand description

This macro creates a dynamic definition of the multi_window module. It has the same arguments as the tracked_window macro.