Method | Description | |
---|---|---|
DraggableItem ( float defaultResizePercentage ) : System |
Initializes a new instance of the DraggableItem class.
|
|
DraggableOnReceiveMessage ( System.Utils message, System.Vector2 cursorPos, uint key, List |
The on receive message.
|
|
IsInside ( System.Vector2 position ) : bool |
The is inside.
|
|
OnReceiveMessage ( System.Utils message, System.Vector2 cursorPos, uint key, WndEventArgs args = null ) : void |
The on receive message.
|
Method | Description | |
---|---|---|
PrepareDraggedIcon ( ) : void |
The prepare dragged icon.
|
protected DraggableItem ( float defaultResizePercentage ) : System | ||
defaultResizePercentage | float | /// The default Resize Percentage. /// |
return | System |
protected DraggableOnReceiveMessage ( System.Utils message, System.Vector2 cursorPos, uint key, List |
||
message | System.Utils | /// The message. /// |
cursorPos | System.Vector2 | /// The cursor position. /// |
key | uint | /// The key. /// |
draggableItems | List |
/// The Items. /// |
args | WndEventArgs | /// The args. /// |
return | void |
protected abstract IsInside ( System.Vector2 position ) : bool | ||
position | System.Vector2 | /// The position. /// |
return | bool |
protected abstract OnReceiveMessage ( System.Utils message, System.Vector2 cursorPos, uint key, WndEventArgs args = null ) : void | ||
message | System.Utils | /// The message. /// |
cursorPos | System.Vector2 | /// The cursor position. /// |
key | uint | /// The key. /// |
args | WndEventArgs | /// The args. /// |
return | void |