MouseEventArgs.viewport Property
Parent Object: MouseEventArgsDefined in namespace "adsk::core" and the header file is <Core/UserInterface/MouseEventArgs.h>
Description
Returns the viewport where the mouse event occurred, if it was within a viewport. If the mouse is not over a viewport this property will return null.
Syntax
"mouseEventArgs_var" is a variable referencing a MouseEventArgs object.
|