touchgfx::ScrollableContainer::handleDragEvent() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ScrollableContainer::handleDragEvent()

touchgfx::ScrollableContainer::handleDragEvent() method

@fn virtual void ScrollableContainer::handleDragEvent(const DragEvent& evt); Handle the drag event. Handle the drag event. Initiate a scrolling of the container. Update scrollbars.

Syntax

virtual void handleDragEvent(const DragEvent& evt);

Arguments

evt

The DragEvent.

References

LocationText
ScrollableContainer.hpp:202
virtual void handleDragEvent(const DragEvent& evt);

Override Tree

Methods overriding this one
touchgfx::ScrollableContainer::handleDragEvent()