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::ViewportInteraction::MouseViewportRequests Class Reference

Interface for handling mouse viewport events. More...

#include <ViewportMessages.h>

Inherited by AzToolsFramework::ComponentModeFramework::ComponentModeRequests, and AzToolsFramework::ViewportInteraction::ViewportSelectionRequests.

Public Member Functions

virtual bool HandleMouseInteraction (const MouseInteractionEvent &)
 Implement this function to handle a particular mouse event.
 

Detailed Description

Interface for handling mouse viewport events.

Member Function Documentation

◆ HandleMouseInteraction()

virtual bool AzToolsFramework::ViewportInteraction::MouseViewportRequests::HandleMouseInteraction ( const MouseInteractionEvent )
inlinevirtual

Implement this function to handle a particular mouse event.

Reimplemented in AzToolsFramework::EditorTransformComponentSelection.


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