[ Version ( since = "2.0.4" ) ]
[ CCode ( cname = "SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH" ) ]
public const string 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.
The value of this hint is used at runtime, so it can be changed at any time.
The variable can be set to the following values:
raise fake mouse events
By default mouse events will be handled as touch events and touch will raise fake mouse events.