Open 3D Engine AzFramework 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.
AzFramework::InputChannelDigitalWithPosition2D::RawInputEvent Struct Reference

Raw digital with position 2D input event. More...

#include <InputChannelDigitalWithPosition2D.h>

Public Member Functions

 RawInputEvent (float normalizedX, float normalizedY, bool digitalValue)
 Constructor.
 
 AZ_DEFAULT_COPY (RawInputEvent)
 
 ~RawInputEvent ()=default
 Default destructor.
 

Public Attributes

float m_normalizedX
 The normalized x position of the raw input event.
 
float m_normalizedY
 The normalized y position of the raw input event.
 
bool m_digitalValue
 The digital value of the raw input event (on|off)
 

Detailed Description

Raw digital with position 2D input event.


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