Wiki Page Content

DRAFT

SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH

A hint that specifies a variable to control whether mouse and touch events are to be treated together or separately.

Values

0

mouse events will be handled as touch events and touch will raise fake mouse events

1

mouse events will be handled separately from pure touch events

Default

By default mouse events will be handled as touch events and touch will raise fake mouse events.

Code Examples

You can add your code example here

Remarks

The value of this hint is used at runtime, so it can be changed at any time.

Version

This hint is available since SDL 2.0.4.


CategoryDefine, CategoryHints

None: SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH (last edited 2015-03-26 20:55:08 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit