NasNas
An intuitive and beginner friendly 2D game framework for C++
|
Public Member Functions | |
void | setCamera (Camera &cam) |
auto | getMousePosition () const -> sf::Vector2f |
auto | getTouchPosition (unsigned finger) const -> sf::Vector2f |
void | setMaxFingersCount (int finger_count) |
auto | getMaxFingersCount () const -> int |
![]() | |
template<typename T > | |
auto | addWidget () -> T & |
void | setSize (float x, float y) |
void | setSize (const sf::Vector2f &size) |
auto | getSize () const -> sf::Vector2f |
auto | getGlobalBounds () const -> sf::FloatRect override |
auto | contains (const sf::Vector2f &pos) const -> bool override |
void | onEvent (const sf::Event &event) |
void | render () override |
![]() | |
void | setCallback (CursorCallback cb_type, std::function< void(Widget *)> cb) |
auto | isHovered () const -> bool |
auto | isFocused () const -> bool |
![]() | |
void | setShader (sf::Shader *shader) |
Set the shader to be applied when rendering. More... | |
auto | getShader () const -> sf::Shader * |
Get the current Shader. More... | |
void | toggleShader () |
Toggle shader. | |
void | clearShader () |
Remove the shader. More... | |
Additional Inherited Members | |
![]() | |
using | Style = style::Basic |
![]() | |
static constexpr auto | app () -> App & |
![]() | |
style::Basic | style |
![]() | |
enum | Type { None = 0, Parent = 1 << 0, Styled = 1 << 1, Clickable = 1 << 2 } |
![]() | |
void | call (CursorCallback cb_type) |
virtual void | call (ClickCallback cb_type) |
![]() | |
GuiRoot * | m_root = nullptr |
Container * | m_parent = nullptr |
unsigned | m_type = Type::None |
![]() | |
static App * | app |
Definition at line 16 of file GuiRoot.hpp.