#include "../sprite/types.hpp"#include "../sprite/fwd.hpp"#include "../math/vector.hpp"#include "../input/key_type.hpp"#include "../renderer/texture.hpp"Go to the source code of this file.
Namespaces | |
| namespace | sge |
| namespace | sge::gui |
| namespace | sge::gui::direction |
Typedefs | |
| typedef sprite::unit | sge::gui::unit |
| typedef sprite::point | sge::gui::point |
| typedef sprite::dim | sge::gui::dim |
| typedef sprite::rect | sge::gui::rect |
| typedef math::basic_vector < input::key_state, 2u > | sge::gui::mouse_point |
Enumerations | |
| enum | sge::gui::direction::type { sge::gui::direction::up, sge::gui::direction::down, sge::gui::direction::left, sge::gui::direction::right } |
1.5.5