Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

simulator: Press Tab to show/hide background

Change-Id: I80e8f629b1bbf37f92d243e190d541e7360e9dea

+10
+10
firmware/target/hosted/sdl/button-sdl.c
··· 351 351 switch (key) 352 352 { 353 353 #ifdef SIMULATOR 354 + case SDLK_TAB: 355 + if (!pressed) 356 + { 357 + background = !background; 358 + sdl_window_adjustment_needed(true); 359 + #if !defined(__WIN32) && !defined (__APPLE__) 360 + button_queue_post(SDLK_UNKNOWN, 0); /* update window on main thread */ 361 + #endif 362 + } 363 + return; 354 364 case SDLK_0: 355 365 display_zoom = 0.5; 356 366 case SDLK_1: