Свойство | Type | Description | |
---|---|---|---|
feedback | List |
||
globalLog | List |
||
locationX | int | ||
locationY | int |
Méthode | Description | |
---|---|---|
Draw ( Microsoft content, Microsoft batch ) : void | ||
HandleClick ( int x, int y, System.Objects mouseAction, DRObjects &actionType, InternalActionEnum &internalActionType, object &args, |
||
HandleKeyboard ( Microsoft keyboard, DRObjects &actionType, object &args, DRObjects &coord, bool &destroy ) : bool | ||
HandleMouseOver ( int x, int y ) : void | ||
IsModal ( ) : bool | ||
Move ( int x, int y ) : void |
Moves the TextLogComponent to a new location. This is intended to be used for resizing purposes
|
|
PerformDrag ( int deltaX, int deltaY ) : void | ||
ReturnLocation ( ) : |
||
TextLogComponent ( int x, int y, List |
||
UpdateLog ( ) : void |
Updates the log with new items
|
public Draw ( Microsoft content, Microsoft batch ) : void | ||
content | Microsoft | |
batch | Microsoft | |
Résultat | void |
public HandleClick ( int x, int y, System.Objects mouseAction, DRObjects &actionType, InternalActionEnum &internalActionType, object &args, |
||
x | int | |
y | int | |
mouseAction | System.Objects | |
actionType | DRObjects | |
internalActionType | InternalActionEnum | |
args | object | |
itm | ||
coord | DRObjects | |
destroy | bool | |
Résultat | bool |
public HandleKeyboard ( Microsoft keyboard, DRObjects &actionType, object &args, DRObjects &coord, bool &destroy ) : bool | ||
keyboard | Microsoft | |
actionType | DRObjects | |
args | object | |
coord | DRObjects | |
destroy | bool | |
Résultat | bool |
public HandleMouseOver ( int x, int y ) : void | ||
x | int | |
y | int | |
Résultat | void |
public PerformDrag ( int deltaX, int deltaY ) : void | ||
deltaX | int | |
deltaY | int | |
Résultat | void |
public ReturnLocation ( ) : |
||
Résultat |
public TextLogComponent ( int x, int y, List |
||
x | int | |
y | int | |
globalLog | List |
|
Résultat | System |