|
|
| AZ_CLASS_ALLOCATOR (InputChannelDigitalWithPosition2D, AZ::SystemAllocator) |
| |
|
| AZ_RTTI (InputChannelDigitalWithPosition2D, "{5D3EC355-D359-47B7-9984-5B19D68FEC06}", InputChannel) |
| |
| | InputChannelDigitalWithPosition2D (const InputChannelId &inputChannelId, const InputDevice &inputDevice) |
| |
|
| AZ_DISABLE_COPY_MOVE (InputChannelDigitalWithPosition2D) |
| |
|
virtual | ~InputChannelDigitalWithPosition2D () override=default |
| | Default destructor.
|
| |
| const InputChannel::CustomData * | GetCustomData () const override |
| |
|
void | ResetState () override |
| | AzFramework::InputChannelRequests::ResetState
|
| |
|
void | SimulateRawInputWithPosition2D (float rawValue, float normalizedX, float normalizedY) override |
| | AzFramework::InputChannelRequests::SimulateRawInputWithPosition2D
|
| |
| void | ProcessRawInputEvent (const RawInputEvent &rawValues) |
| |
|
| AZ_CLASS_ALLOCATOR (InputChannelDigital, AZ::SystemAllocator) |
| |
|
| AZ_RTTI (InputChannelDigital, "{07BD463B-0E1C-47B5-849D-3C09F9D1B468}", InputChannel) |
| |
| | InputChannelDigital (const InputChannelId &inputChannelId, const InputDevice &inputDevice) |
| |
|
| AZ_DISABLE_COPY_MOVE (InputChannelDigital) |
| |
|
| ~InputChannelDigital () override=default |
| | Default destructor.
|
| |
| float | GetValue () const override |
| |
| float | GetDelta () const override |
| |
|
void | SimulateRawInput (float rawValue) override |
| | AzFramework::InputChannelRequests::SimulateRawInput
|
| |
| void | ProcessRawInputEvent (bool rawValue) |
| |
|
| AZ_CLASS_ALLOCATOR (InputChannel, AZ::SystemAllocator) |
| |
|
| AZ_RTTI (InputChannel, "{1C88625D-D297-4A1C-AE07-E17F88D138F3}") |
| |
| | InputChannel (const InputChannelId &inputChannelId, const InputDevice &inputDevice) |
| |
|
| AZ_DISABLE_COPY_MOVE (InputChannel) |
| |
|
| ~InputChannel () override |
| | Destructor.
|
| |
|
const InputChannel * | GetInputChannel () const final |
| | AzFramework::InputChannelRequests::GetInputChannel
|
| |
| const InputChannelId & | GetInputChannelId () const |
| |
| const InputDevice & | GetInputDevice () const |
| |
| State | GetState () const |
| |
| bool | IsActive () const |
| |
| template<class CustomDataType > |
| const CustomDataType * | GetCustomData () const |
| |
| bool | UpdateState (bool isChannelActive) |
| |
|
void | ResetState () override |
| | AzFramework::InputChannelRequests::ResetState
|
| |
| bool | IsStateIdle () const |
| |
|
bool | IsStateBegan () const |
| |
|
bool | IsStateUpdated () const |
| |
|
bool | IsStateEnded () const |
| |
Class for input channels that emit one dimensional digital input values and a position. Examples: touch