|
⇤ ← Revision 1 as of 2016-10-20 20:26:19
Size: 1023
Comment: Created page with content from header file.
|
← Revision 2 as of 2016-10-21 22:02:57 ⇥
Size: 1083
Comment: Added Version section.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 34: | Line 34: |
== Version == This hint is available since SDL 2.0.5. |
DRAFT |
SDL_HINT_RPI_VIDEO_LAYER
A hint that specifies which Dispmanx layer SDL should use on a Raspberry PI.
Values
X |
the Dispmanx layer to use |
Default
By default the Dispmanx layer is "10000".
Code Examples
You can add your code example here
Remarks
This is also known as Z-order. The variable can take a negative or positive value.
Version
This hint is available since SDL 2.0.5.
