#include <CeresEngine/UI/UIDebugUtility.hpp>
|
| | UIEventSimulator (UIWindow &window) |
| |
| void | mouseMove (const UIPoint &from, const UIPoint &to) |
| |
| void | mouseMove (const UIView &fromView, const UIView &toView) |
| |
| void | click (const UIPoint &location) |
| |
| void | click (const UIView &view) |
| |
| void | click (const UIView &view, const UIPoint &offset) |
| |
| void | rightClick (const UIPoint &location) |
| |
| void | rightClick (const UIView &view) |
| |
| void | rightClick (const UIView &view, const UIPoint &offset) |
| |
| void | middleClick (const UIPoint &location) |
| |
| void | middleClick (const UIView &view) |
| |
| void | middleClick (const UIView &view, const UIPoint &offset) |
| |
| void | drag (const UIPoint &from, const UIPoint &to) |
| |
| void | drag (UIView &fromView, UIView &toView) |
| |
| void | drag (UIView &fromView, UIView &toView, const UIPoint &fromOffset, const UIPoint &toOffset) |
| |
◆ UIEventSimulator()
| CeresEngine::UIEventSimulator::UIEventSimulator |
( |
UIWindow & |
window | ) |
|
|
explicit |
◆ click() [1/3]
◆ click() [2/3]
◆ click() [3/3]
◆ drag() [1/3]
◆ drag() [2/3]
◆ drag() [3/3]
◆ middleClick() [1/3]
◆ middleClick() [2/3]
◆ middleClick() [3/3]
◆ mouseMove() [1/2]
◆ mouseMove() [2/2]
◆ rightClick() [1/3]
◆ rightClick() [2/3]
◆ rightClick() [3/3]
◆ sendMouseEvent()
◆ mWindow
| UIWindow& CeresEngine::UIEventSimulator::mWindow |
|
private |
The documentation for this class was generated from the following file: