MouseEventArgs.keyboardModifiers Property
Parent Object:
MouseEventArgsDefined in namespace "adsk::core" and the header file is <Core/UserInterface/MouseEventArgs.h>
Description
Gets which modifier keys are currently pressed. The returned value is bitwise and can indicate that more than one button is pressed.
Syntax
"mouseEventArgs_var" is a variable referencing a MouseEventArgs object.
# Get the value of the property. propertyValue = mouseEventArgs_var.keyboardModifiers
|
"mouseEventArgs_var" is a variable referencing a MouseEventArgs object.
#include <Core/UserInterface/MouseEventArgs.h>
// Get the value of the property. KeyboardModifiers propertyValue = mouseEventArgs_var->keyboardModifiers();
|
Property Value
This is a read only property whose value is a
KeyboardModifiers.
Version
Introduced in version August 2014