|
Velvet 0.1a
A beginner-friendly C++ GUI framework built on SFML.
|
#include <SFML/Graphics/RectangleShape.hpp>#include <SFML/Graphics/RenderWindow.hpp>#include <SFML/Graphics/Text.hpp>#include <SFML/System/Vector2.hpp>#include <unordered_map>#include <variant>#include <velvet/base/Widget.hpp>#include <SFML/Graphics/Color.hpp>Go to the source code of this file.
Classes | |
| class | InputField |
| Single-line text input widget with placeholder and basic styling. More... | |