Open 3D Engine StartingPointInput Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Input handles raw input from any source and outputs Pressed, Held, and Released input events. More...
#include <InputHandlerNodeable.h>
Inherits ScriptCanvas::Nodeable, and InputEventNotificationBus::Handler.
Public Member Functions | |
AZ_CLASS_ALLOCATOR (InputHandlerNodeable, AZ::SystemAllocator) | |
Protected Member Functions | |
void | OnDeactivate () override |
void | OnPressed (float value) override |
InputEventNotificationBus::Handler. | |
void | OnHeld (float value) override |
void | OnReleased (float value) override |
Input handles raw input from any source and outputs Pressed, Held, and Released input events.