Method | Description | |
---|---|---|
AddToList ( int id, |
||
Animate ( ) : void | ||
ControlPanel ( bool on ) : void | ||
Engine ( ushort x, ushort y, ushort eventFlags ) : void | ||
FnAddHuman ( ) : void | ||
FnBlankMouse ( ) : void | ||
FnLockMouse ( ) : void | ||
FnNoHuman ( ) : void | ||
FnNormalMouse ( ) : void | ||
FnUnlockMouse ( ) : void | ||
GiveCoords ( ushort &x, ushort &y ) : void | ||
Initialize ( ) : void | ||
Mouse ( ISystem system, |
||
SetLuggage ( uint resId, uint rate ) : void | ||
SetPointer ( uint resId, uint rate ) : void | ||
TestEvent ( ) : ushort | ||
UseLogicAndMenu ( |
Method | Description | |
---|---|---|
CreatePointer ( uint ptrId, uint luggageId ) : void |
public AddToList ( int id, |
||
id | int | |
compact | ||
return | void |
public Engine ( ushort x, ushort y, ushort eventFlags ) : void | ||
x | ushort | |
y | ushort | |
eventFlags | ushort | |
return | void |
public GiveCoords ( ushort &x, ushort &y ) : void | ||
x | ushort | |
y | ushort | |
return | void |
public Mouse ( ISystem system, |
||
system | ISystem | |
resMan | ||
objectMan | ||
return | System |
public SetLuggage ( uint resId, uint rate ) : void | ||
resId | uint | |
rate | uint | |
return | void |
public SetPointer ( uint resId, uint rate ) : void | ||
resId | uint | |
rate | uint | |
return | void |
public UseLogicAndMenu ( |
||
logic | ||
menu | ||
return | void |