⇤ ← Revision 1 as of 2014-06-22 21:02:16
Size: 1442
Comment: Added page using content from SDL_hints.h.
|
← Revision 2 as of 2014-06-22 21:10:29 ⇥
Size: 1500
Comment: Added version section.
|
Deletions are marked like this. | Additions are marked like this. |
Line 36: | Line 36: |
== Version == This hint is available since SDL 2.0.4. |
DRAFT |
SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN
A hint that specifies whether the window frame and title bar are interactive when the cursor is hidden.
Contents
Values
0 |
the window frame is not interactive when the cursor is hidden (no move, resize, etc) |
1 |
the window frame is interactive when the cursor is hidden |
Default
By default SDL will allow interaction with the window frame when the cursor is hidden.
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.4.