
declared as bx_param_c * types in the bx_options structure. They are initialized in main.cc (bx_init_options) with default values. Access to parameters of this type should always be like this: bx_options.mouse_enabled->get (); bx_options.mouse_enabled->set (newval); Eventually I will be transferring all options to this format.
Description
No description provided
Languages
C++
69.5%
C
21.2%
Shell
3%
Makefile
2.1%
Rez
1.9%
Other
2.1%