|
Brunot
|
A class that can be "activated" to broadcast a message. More...
#include "Button.h"#include "Collider.h"#include "Framework/Engine.h"#include "System/Messaging.h"#include "Framework/Factory.h"#include "Utility/PublicLambdas.h"#include "imgui.h"#include "System/Input.h"#include "misc/cpp/imgui_stdlib.h"#include "Utility/Messages/Button Messages/ButtonMessage.h"Functions | |
| auto | to_json (json &j, const Button &b) ->void |
| auto | from_json (const json &j, Button &b) ->void |
A class that can be "activated" to broadcast a message.
Designed to be used with a Selector, but can be selected without a Selector instance