pub fn repeat_all_miniquad_input<T: EventHandler>(t: &mut T, subscriber: usize)
Expand description

Repeats all events that came since last call of this function with current value of subscriber. This function must be called at each frame.