world.h
Go to the documentation of this file.
29 inline void set_default_world(WorldT& world) { detail::default_world_accessor<WorldT>() = world; }
31 inline void set_default_world(WorldT&& world) { detail::default_world_accessor<WorldT>() = std::move(world); }
37 default_keymap(const ttg::World& world) : ttg::detail::default_keymap_impl<keyT>(world.size()) {}
Definition: world.h:17
Definition: world.h:174
void deregister_world(ttg::base::WorldImplBase &world)
std::list< WorldImplT * > & world_registry_accessor()
Definition: world.h:48
void register_world(ttg::base::WorldImplBase &world)
Definition: keymap.h:15
Definition: world.h:34
default_keymap(const ttg::World &world)
Definition: world.h:37
default_keymap()=default
Definition: world.h:41
default_priomap()=default