Core.Object
|
+--GUI.GUI
|
+--GUI.GUIComponent
|
+--GUI.GUIMultiComponent
|
+--GUI.GUIScrollBarBase
|
+--GUI.GUIVertScrollBar
| Direct Known Subclasses:None |
| Function Summary | |
void |
AlignThumb() |
bool |
DownTickClick(GUIComponent Sender) |
bool |
GripClick(GUIComponent Sender)// Record location you grabbed the grip |
bool |
GripMouseMove(float deltaX, float deltaY) |
void |
InitComponent(GUIController MyController, GUIComponent MyOwner)// distance from top of button that the user started their drag. Set natively. |
void |
MoveGripBy(int items) |
bool |
UpTickClick(GUIComponent Sender) |
void |
UpdateGripPosition(float NewPos) |
void |
WheelDown() |
void |
WheelUp() |
void |
ZoneClick(float Delta) |