IDriverElement::ScrollBy

Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll by the specified delta.

Unreal Engine C++ API Reference > Developer > AutomationDriver > IDriverElement

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h
Include #include "IDriverElement.h"
bool ScrollBy
(
    float Delta
)

Remarks

Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll by the specified delta. Most average user scrolling is limited to a range of -5 to 5. whether the scroll by delta was successful


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library