Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
|
Classes | |
class | Button |
Represents a simple button that can be clicked and interacted with. More... | |
class | Element |
Base class for all UI elements in Plutonium, providing basic functionality for all of them. More... | |
class | Image |
Element for image rendering. More... | |
class | Menu |
Represents a menu. More... | |
class | MenuItem |
Represents a menu item. More... | |
class | ProgressBar |
Element for creating UI progress bars. More... | |
class | Rectangle |
Element for rendering rectangles. More... | |
class | TextBlock |
Element for text rendering. More... | |
class | Toggle |
Element for toggling between two states. More... | |
Enumerations | |
enum class | HorizontalAlign { Left , Center , Right } |
enum class | VerticalAlign { Up , Center , Down } |
|
strong |
|
strong |