ILNumerics - Technical Application Development
Top
The MouseEventArgs type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | AltPressed |
Determines if the ALT key is currently pressed (ignored on Mac)
|
![]() | Cancel |
True: event processing will be canceled after this node and not get populated further down or up.
|
![]() | ControlPressed |
Determines if the CTRL key is currently pressed (ignored on Mac)
|
![]() | Refresh |
Signals the driver to redraw the scene after processing the event; default: false
|
![]() | ShiftPressed |
Determines if the SHIFT key is currently pressed (ignored on Mac)
|
![]() | TimeMS |
The global scene time when the event was raised
|
See Also