Open 3D Engine StartingPointInput Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
StartingPointInput::InputHandlerNodeable Class Reference

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
 

Detailed Description

Input handles raw input from any source and outputs Pressed, Held, and Released input events.


The documentation for this class was generated from the following file: