Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2016-09-29 21:15:55
Size: 1501
Comment: The hint was renamed.
Revision 3 as of 2016-09-29 21:20:17
Size: 1721
Comment: Updated platform info.
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
= SDL_HINT_MAC_MOUSE_FOCUS_CLICKTHROUGH =
A hint that specifies if mouse click events are sent when clicking to focus an SDL window on Apple Mac OS X.
= SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH =
A hint that specifies if mouse click events are sent when clicking to focus an SDL window.
Line 36: Line 36:
This hint only applies to Apple Mac OS X. ''You can add useful comments here''

##Leave this section as-is unless you have a remark to put in. In that case, replace ''You can add useful comments here'' with your remark(s) following the Style Guide instructions. Leave the rest of the markup alone and delete this comment.

DRAFT

SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH

A hint that specifies if mouse click events are sent when clicking to focus an SDL window.

Values

0

no mouse click events are sent when clicking to focus

1

mouse click events are sent when clicking to focus

Default

By default no mouse click events are sent when clicking to focus.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This hint is available in unstable versions newer than (stable) SDL 2.0.4.


CategoryDefine, CategoryHints

None: SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH (last edited 2016-09-29 21:21:51 by PhilippWiesemann)

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