XUIInspectorMouseMoveData
Description
Represents data passed between an inspector item and the inspector after a MouseMove
event.
Properties
Name | Type | Read-Only |
---|---|---|
mOwner | WeakRef |
|
Owner | XUIInspectorItem |
|
VisualChange | Boolean |
Methods
Name | Parameters | Returns |
---|---|---|
Constructor | owner As XUIInspectorItem , visualChange As Boolean |
Property Descriptions
mOwner As WeakRef
A weak reference to the item affected by this mouse move.
Owner As XUIInspectorItem
A weak reference to the item affected by this mouse move.
VisualChange As Boolean
If True then a visual change occurred in the section or item the mouse moved over.
Method Descriptions
Constructor(owner As XUIInspectorItem, visualChange As Boolean)
Constructs a new MouseMoveData
instance owned by owner
and specifying if a visual change occurred or not.