MapControl.OnRequestToolTimerElapsed Method
This element is not available using the selected API.
This element is not available using the selected API.
In this article
May be called from a background thread to indicate a tool timer has elapsed.
public:
virtual void onRequestToolTimerElapsed (
const ViewPtr& view,
int32_t deltaTime
)
This method can be called from a background thread when a tool timer elapses. On Windows, the default implementation will post a message to the foreground message loop to let the GUI thread call onToolTimerElapsed. On other platforms, this should be overridden and implemented such that the same behavior is achieved, that is, signaling the GUI thread to call onToolTimerElapsed.
Windows, Linux, Android
This element is not available using the selected API.
In this article
This element is not available using the selected API.
In this article