![]() |
SDL2 + Raspberry Pi: Clearing the framebuffer | ![]() |
![]() |
SDL2 + Raspberry Pi: Clearing the framebuffer | ![]() |
Jonny D
![]() |
![]() |
|
||||||||||
|
![]() |
SDL2 + Raspberry Pi: Clearing the framebuffer | ![]() |
gabomdq
![]() |
![]() |
2014-03-16 4:30 GMT-03:00 Kibster:
None of the window show/hide/resize related functions are implemented on the RPi backend: http://hg.libsdl.org/SDL/file/b558f99d48f0/src/video/raspberry/SDL_rpivideo.c#l322 It's basically designed to run as a single full screen window. That said, the board has a layering system built in, if you display your stuff on a layer with a higher level than what SDL uses (10000 for the window, 10001 for the mouse pointer), you'll occlude the SDL window. -- Gabriel. |
||||||||||||
|