#pragma section-numbers off #pragma camelcase off || DRAFT|| ##*^*^*^*^*See http://wiki.libsdl.org/moin.cgi/SGEnumerations for details on editing this page*^*^*^*^* = 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 == {{{#!highlight cpp You can add your code example here }}} ##Leave this section as-is unless you have a code example to put in. In that case, replace You can add your code example here with your code example following the Style Guide instructions. Leave the rest of the markup alone and delete this comment. == 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]] ##See the Style Guide for instructions on editing the footer.