25class UIBindButton :
public UIButton
37 CLASS_PROTOTYPE(UIBindButton);
41 UIBindButton(str entersound, str activesound);
43 void Pressed(Event *ev);
45 void SetCommand(Event *ev);
46 void SetCommand(str s);
47 void DrawUnpressed(
void)
override;
48 void DrawPressed(
void)
override;
50 qboolean KeyEvent(
int key,
unsigned int time)
override;
51 void SetAlternate(qboolean a);