Wiki Page Content

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.

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.


CategoryDefine, CategoryHints

None: SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN (last edited 2014-06-22 21:10:29 by PhilippWiesemann)

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