[][src]Constant fermium::hints::SDL_HINT_TOUCH_MOUSE_EVENTS

pub const SDL_HINT_TOUCH_MOUSE_EVENTS: &[u8];

A variable controlling whether touch events should generate synthetic mouse events

This variable can be set to the following values:

  • "0": Touch events will not generate mouse events
  • "1": Touch events will generate mouse events

By default SDL will generate mouse events for touch events