ToolUsedEventHandler Delegate
This type is not available using the selected API. Instead the system type System.EventHandler is used.
This type is not available using the selected API. Instead the system type System.EventHandler is used.
In this article
Represents the method that will handle Engine4ToolAdapter::toolUsed events, fired by Engine4ToolAdapter.
typedef void (CARMENTA_ENGINE_STDCALL* ToolUsedEventHandler) (
const ViewPtr& sender,
const ToolUsedEventArgs& e,
void* data
)
Represents the method that will handle Engine4ToolAdapter::toolUsed events, fired by a Engine4ToolAdapter when it has completed a user interaction, i.e. after Engine4ToolAdapter::endManipulation has been called.
Windows, Linux, Android
In this article
This element is not available using the selected API.
In this article
This element is not available using the selected API.
In this article