SliderWindow

Undocumented in source.

Constructors

this
this(HWND hwnd, Axis axis, int size, int thumbSize, int padding, SliderColors colors)
Undocumented in source.

Members

Functions

OnMouseWheel
void OnMouseWheel(sizediff_t nDelta)
Undocumented in source. Be warned that the author may not have intended to support it.
axisFlip
void axisFlip(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
drawSlider
void drawSlider(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
getTrackPos
short getTrackPos(LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
int getValue()
Undocumented in source. Be warned that the author may not have intended to support it.
keyUpdate
void keyUpdate(UINT keyState, WPARAM wParam)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseTrackPos
void mouseTrackPos(LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
process
LRESULT process(UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

axis
Axis axis;
Undocumented in source.
colors
SliderColors colors;
Undocumented in source.
cxClient
int cxClient;
cyClient
int cyClient;
Undocumented in source.
hwnd
HWND hwnd;
Undocumented in source.
isActive
bool isActive;
Undocumented in source.
offset
int offset;
Undocumented in source.
size
int size;
Undocumented in source.
step
int step;
Undocumented in source.
thumbColor
RGBA thumbColor;
Undocumented in source.
thumbPos
int thumbPos;
Undocumented in source.
thumbSize
int thumbSize;
Undocumented in source.

Meta