|
Size: 1721
Comment: Updated platform info.
|
← Revision 4 as of 2016-09-29 21:21:51 ⇥
Size: 1682
Comment: Updated Version section.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 42: | Line 42: |
| This hint is available in ''unstable'' versions newer than (stable) SDL 2.0.4. | This hint is available since SDL 2.0.5. |
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 since SDL 2.0.5.
