|
RADLib
RADical C++ application framework
|
Configuration for the embedded framebuffer-backed Slint platform. More...
#include <RADSlintFramebufferBackend.h>
Public Attributes | |
| const char * | framebufferDevice = "auto" |
| uint32_t | maxFrames = 0 |
| const char * | keyboardInputDevice = nullptr |
| Optional RAD input devices to poll and forward into Slint. More... | |
| const char * | pointerInputDevice = nullptr |
Configuration for the embedded framebuffer-backed Slint platform.
| const char* RADUi::Slint::FramebufferPlatformConfig::framebufferDevice = "auto" |
RADKernel framebuffer device to open. Use nullptr or "auto" to open the current primary framebuffer.
| const char* RADUi::Slint::FramebufferPlatformConfig::keyboardInputDevice = nullptr |
Optional RAD input devices to poll and forward into Slint.
| uint32_t RADUi::Slint::FramebufferPlatformConfig::maxFrames = 0 |
| const char* RADUi::Slint::FramebufferPlatformConfig::pointerInputDevice = nullptr |