int EditorCtx::current_layer {} |
std::size_t EditorCtx::current_sheet {} |
sf::Sprite EditorCtx::current_sprite {} |
std::queue<Event> EditorCtx::events {} |
std::vector<std::vector<sf::RectangleShape> > EditorCtx::grid |
int EditorCtx::height {10} |
sf::RectangleShape EditorCtx::mark_area {} |
bool EditorCtx::mark_enabled {false} |
bool EditorCtx::mouse_held {false} |
sf::View* EditorCtx::view |
int EditorCtx::width {10} |
sf::RenderWindow* EditorCtx::window |
The documentation for this struct was generated from the following file: