|
ToyMaker Game Engine 0.0.2
ToyMaker is a game engine developed and maintained by Zoheb Shujauddin.
|
Contains the QueryClick class definition, responsible for calling pointer click callbacks for objects in its world that support it. More...
#include "toymaker/engine/camera_system.hpp"#include "toymaker/engine/sim_system.hpp"#include "toymaker/engine/input_system/input_system.hpp"#include "toymaker/builtins/interface_pointer_callback.hpp"Go to the source code of this file.
Classes | |
| class | ToyMaker::QueryClick |
| The aspect responsible for conducting raycasts and calling pointer event callbacks on eligible objects. More... | |
Namespaces | |
| namespace | ToyMaker |
| Namespace containing all class definitions and functions related to the ToyMaker engine. | |
Contains the QueryClick class definition, responsible for calling pointer click callbacks for objects in its world that support it.