Quake II RTX doxygen  1.0 dev
menuKeybind_s Struct Reference

#include <ui.h>

Public Attributes

menuCommon_t generic
 
char binding [32]
 
char altbinding [32]
 
char * cmd
 
char * altstatus
 

Detailed Description

Definition at line 262 of file ui.h.

Member Data Documentation

◆ altbinding

char menuKeybind_s::altbinding[32]

Definition at line 265 of file ui.h.

Referenced by keybind_cb(), Keybind_Draw(), Keybind_Init(), and Keybind_Push().

◆ altstatus

char* menuKeybind_s::altstatus

Definition at line 267 of file ui.h.

Referenced by Keybind_DoEnter(), and Keybind_Free().

◆ binding

char menuKeybind_s::binding[32]

Definition at line 264 of file ui.h.

Referenced by Keybind_Draw(), Keybind_Init(), and Keybind_Push().

◆ cmd

char* menuKeybind_s::cmd

Definition at line 266 of file ui.h.

Referenced by keybind_cb(), Keybind_Free(), Keybind_Key(), and Keybind_Push().

◆ generic

menuCommon_t menuKeybind_s::generic