3#include <Foundation/Basics.h>
4#include <GuiFoundation/Action/ActionMap.h>
20 PL_MAKE_SUBSYSTEM_STARTUP_FRIEND(GuiFoundation, ActionMapManager);
22 static void Startup();
23 static void Shutdown();
Defines the structure of how actions are organized in a particular context.
Definition ActionMap.h:102
A central place for creating and retrieving action maps.
Definition ActionMapManager.h:8
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
Default enum for returning failure or success, instead of using a bool.
Definition Types.h:54