#include "scenegraph/event_map.hpp"
#include "scenegraph/event.hpp"
#include "scenegraph/simulation.hpp"
#include "data/exception.hpp"
#include "data/string.hpp"
#include "data/config.hpp"
#include "framework/application.hpp"
#include "platform/lowlevel.hpp"
Go to the source code of this file.
Namespaces | |
namespace | gsgl |
namespace | gsgl::scenegraph |
Defines | |
#define | SDL_EVENT(name) sdl_event_codes[L#name] = SDLK_##name |
#define | SG_EVENT(name) sg_event_codes[L#name] = scenegraph::sg_event::name |
#define SDL_EVENT | ( | name | ) | sdl_event_codes[L#name] = SDLK_##name |
Definition at line 49 of file event_map.cpp.
#define SG_EVENT | ( | name | ) | sg_event_codes[L#name] = scenegraph::sg_event::name |
Definition at line 47 of file event_map.cpp.