Xonotic
|
#include "button.qh"
Go to the source code of this file.
Functions | |
void | Button_configureButton (entity me, string txt, float sz, string gfx) |
void | Button_draw (entity me) |
float | Button_keyDown (entity me, float key, float ascii, float shift) |
float | Button_mouseDrag (entity me, vector pos) |
float | Button_mouseRelease (entity me, vector pos) |
void | Button_playClickSound (entity me) |
void | Button_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
void | Button_showNotify (entity me) |
void | Dialog_Close (entity button, entity me) |
Definition at line 69 of file button.qc.
References Dialog_Close(), draw_alpha, draw_ButtonPicture(), draw_Picture(), entity(), eX, eY, frametime, strcat(), SUPER, and vector().
Definition at line 138 of file button.qc.
References Dialog_Close(), DialogOpenButton_Click(), m_play_click_sound(), MENU_SOUND_CLOSE, MENU_SOUND_EXECUTE, and MENU_SOUND_OPEN.
void Button_resizeNotify | ( | entity | me, |
vector | relOrigin, | ||
vector | relSize, | ||
vector | absOrigin, | ||
vector | absSize | ||
) |
Definition at line 3 of file button.qc.
Definition at line 7 of file dialog.qc.
Referenced by Button_draw(), Button_playClickSound(), Close_Clicked(), Disconnect_Click(), MapList_LoadMap(), and XonoticUserbindEditDialog_Save().