Xonotic
|
#include "picker.qh"
Go to the source code of this file.
Functions | |
entity | makeXonoticPicker () |
void | XonoticPicker_cellDraw (entity me, vector cell, vector cellPos) |
bool | XonoticPicker_cellIsValid (entity me, vector cell) |
void | XonoticPicker_cellSelect (entity me, vector cell) |
void | XonoticPicker_configureXonoticPicker (entity me) |
void | XonoticPicker_draw (entity me) |
float | XonoticPicker_keyDown (entity me, float key, float ascii, float shift) |
float | XonoticPicker_mouseDrag (entity me, vector coords) |
float | XonoticPicker_mouseMove (entity me, vector coords) |
float | XonoticPicker_mouseRelease (entity me, vector coords) |
void | XonoticPicker_moveFocus (entity me, vector initialCell, vector step) |
Variables | |
bool | pressed |
entity makeXonoticPicker | ( | ) |
Definition at line 5 of file picker.qc.
Definition at line 133 of file picker.qc.
References draw_alpha, draw_Fill(), getFadedAlpha(), mod(), SUPER, and vector().
Definition at line 69 of file picker.qc.
References eX, eY, K_DOWNARROW, K_END, K_ENTER, K_HOME, K_INS, K_KP_DOWNARROW, K_KP_END, K_KP_ENTER, K_KP_HOME, K_KP_INS, K_KP_LEFTARROW, K_KP_RIGHTARROW, K_KP_UPARROW, K_LEFTARROW, K_RIGHTARROW, and K_UPARROW.
bool pressed |
Definition at line 3 of file picker.qc.
Referenced by InputBox_mouseDrag(), ListBox_mouseDrag(), Slider_mouseDrag(), and XonoticPicker_mouseDrag().