#pragma section-numbers off #pragma camelcase off || DRAFT|| ##*^*^*^*^*See http://wiki.libsdl.org/moin.cgi/SGEnumerations for details on editing this page*^*^*^*^* = 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 == {{{#!highlight cpp You can add your code example here }}} ##Leave this section as-is unless you have a code example to put in. In that case, replace You can add your code example here with your code example following the Style Guide instructions. Leave the rest of the markup alone and delete this comment. == 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. ---- [[CategoryDefine]], [[CategoryHints]] ##See the Style Guide for instructions on editing the footer.