MouseEventArgs.clicks Property
Parent Object:
MouseEventArgsDefined in namespace "adsk::core" and the header file is <Core/UserInterface/MouseEventArgs.h>
Description
Gets the number of times the button was pressed and released.
Syntax
"mouseEventArgs_var" is a variable referencing a MouseEventArgs object.
# Get the value of the property. propertyValue = mouseEventArgs_var.clicks
|
"mouseEventArgs_var" is a variable referencing a MouseEventArgs object.
#include <Core/UserInterface/MouseEventArgs.h>
// Get the value of the property. uinteger propertyValue = mouseEventArgs_var->clicks();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014