UISlider
From Mod Wiki
Class Tree
Overview
This class may be used in the GUIs. It will inherit all properties, flags, functions and events from UIWindow.
Window type:
type slider;
Properties
Flags
Functions
Events
onMouseEnterThumb Called when the mouse enters the thumb. onMouseExitThumb Called when the mouse exits the thumb. onMouseEnterUpArrow Called when the mouse enters the up arrow. onMouseExitUpArrow Called when the mouse exits the up arrow. onMouseEnterDownArrow Called when the mouse enters the down arrow. onMouseExitDownArrow Called when the mouse exits the down arrow. onMouseEnterGutter Called when the mouse enters the gutter. onMouseExitGutter Called when the mouse exits the gutter. onMouseDownUpArrow Called when the left mouse button is pressed on the up arrow. onMouseUpUpArrow Called when the left mouse button is depressed on the up arrow. onMouseDownDownArrow Called when the left mouse button is pressed on the down arrow. onMouseUpDownArrow Called when the left mouse button is depressed on the down arrow. onMouseDownThumb Called when the left mouse button is pressed on the thumb. onMouseUpThumb Called when the left mouse button is depressed on the thumb. onMouseDownGutter Called when the left mouse button is pressed in the gutter. onMouseUpGutter Called when the left mouse button is depressed in the gutter. onBeginScroll Called when starting to drag the thumb. onEndScroll Called when stopped dragging the thumb.