MCPcopy Create free account
hub / github.com/NetHack/NetHack / Cmd_bind

Class Cmd_bind

include/hack.h:255–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 const char *dirchars; /* current movement/direction characters */
254 const char *alphadirchars; /* same as dirchars if !numpad */
255 struct Cmd_bind *cmdbinds;
256 const struct ext_func_tab *mousebtn[NUM_MOUSE_BUTTONS];
257 char spkeys[NUM_NHKF];
258 char extcmd_char; /* key that starts an extended command ('#') */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected