Open 3D Engine AzToolsFramework 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.
AzToolsFramework::InvalidClicks Class Reference

Interface to begin invalid click feedback (will run all added InvalidClick behaviors). More...

#include <InvalidClicks.h>

Inherits AZ::TickBus::Handler.

Public Member Functions

 InvalidClicks (AZStd::vector< AZStd::unique_ptr< InvalidClick > > invalidClickBehaviors)
 
void AddInvalidClick (const AzFramework::ScreenPoint &screenPoint)
 Add an invalid click and activate one or more of the added invalid click behaviors.
 
void Display2d (const AzFramework::ViewportInfo &viewportInfo, AzFramework::DebugDisplayRequests &debugDisplay)
 Handle 2d drawing for EditorHelper functionality.
 

Detailed Description

Interface to begin invalid click feedback (will run all added InvalidClick behaviors).


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