#include <EditorMouseActions.h>
Inherits ScriptCanvas::Developer::EditorAutomationAction.
|
|
| AZ_CLASS_ALLOCATOR (MouseMoveAction, AZ::SystemAllocator) |
| |
|
| AZ_RTTI (MouseMoveAction, "{AEA337E8-0B2F-443B-AFFB-5688CB996D8E}", EditorAutomationAction) |
| |
|
| MouseMoveAction (QPoint targetPosition, int ticks=20) |
| |
| void | SetupAction () override |
| |
| bool | Tick () override |
| |
|
| AZ_CLASS_ALLOCATOR (EditorAutomationAction, AZ::SystemAllocator) |
| |
|
bool | IsAtPreconditionLimit () const |
| |
|
virtual bool | IsMissingPrecondition () |
| |
|
void | ResetPreconditionAttempts () |
| |
|
EditorAutomationAction * | GenerationPreconditionActions () |
| |
|
void | SignalActionBegin () |
| |
|
virtual ActionReport | GenerateReport () const |
| |
EditorAutomationAction that will simulate a user moving their mouse to the specified point
◆ SetupAction()
| void ScriptCanvas::Developer::MouseMoveAction::SetupAction |
( |
| ) |
|
|
overridevirtual |
◆ Tick()
| bool ScriptCanvas::Developer::MouseMoveAction::Tick |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file:
- Gems/ScriptCanvasDeveloper/Code/Editor/Include/ScriptCanvasDeveloperEditor/EditorAutomation/EditorAutomationActions/EditorMouseActions.h