Function macroquad::input::is_simulating_mouse_with_touch[][src]

pub fn is_simulating_mouse_with_touch() -> bool

This is set to true by default, meaning touches will raise mouse events in addition to raising touch events. If set to false, touches won’t affect mouse events.