MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / unrealize

Method unrealize

Descent3/ctlconfig.cpp:529–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527 }
528}
529void key_cfg_screen::unrealize() {
530 // create controls
531 int i;
532 t_cfg_element *cfg_elem = &Cfg_key_elements[0];
533 m_help2_txt.Destroy();
534 m_help1_txt.Destroy();
535 m_key_settings.Destroy();
536 m_reset_btn.Destroy();
537 m_revert_btn.Destroy();
538 for (i = 0; i < N_KEY_CFG_FN; i++) {
539 m_elem[i].Destroy();
540 cfg_elem++;
541 }
542}
543//////////////////////////////////////////////////////////////////////////////
544// JOY CONFIG
545class joy_cfg_screen : public cfg_screen {

Callers 1

CtlConfigSwitchCBFunction · 0.80

Calls 3

ResetAcceleratorKeyMethod · 0.80
IsCreatedMethod · 0.80
DestroyMethod · 0.45

Tested by

no test coverage detected