|
Atrinik Client 2.5
|
#include <global.h>Go to the source code of this file.
Functions | |
| int | range_buttons_show (int x, int y, int *val, int advance) |
Variables | |
| static uint32 | ticks = 0 |
Range buttons API.
Definition in file range_buttons.c.
| int range_buttons_show | ( | int | x, |
| int | y, | ||
| int * | val, | ||
| int | advance | ||
| ) |
Show the range buttons.
| x | X position. |
| y | Y position. |
| val | Pointer to integer to update when one of the range buttons is clicked. |
| advance | How much to advance 'val' by. |
Definition at line 45 of file range_buttons.c.
Last clicked ticks to prevent single button click from triggering many actions at once.
Definition at line 35 of file range_buttons.c.
1.7.4