Home
last modified time | relevance | path

Searched refs:slide_on (Results 1 – 4 of 4) sorted by relevance

/dports/games/d2x/d2x-0.2.5/main/
H A Dkconfig.c2426 int slide_on, bank_on; local
2448 slide_on = 0;
2541 if ( !slide_on ) {
2594 if ( slide_on ) {
2667 if (!slide_on && !bank_on) {
2718 if ( slide_on ) {
3093 int slide_on, bank_on; local
3126 slide_on = 0;
3341 if ( !slide_on ) {
3394 if ( slide_on ) {
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dkconfig.h68 slide_on, bank_on, member
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dkconfig.ui-table.cpp62 …lide on") DXX_KCONFIG_UI_UDLR(), BT_KEY, STATE_BIT1, {&control_info::state_controls_t::slide_on} },
63 …LL_WIDTH, DXX_KCONFIG_UI_UDLR(), BT_KEY, STATE_BIT2, {&control_info::state_controls_t::slide_on} },
165 …") DXX_KCONFIG_UI_UDLR(), BT_JOY_BUTTON, STATE_BIT3, {&control_info::state_controls_t::slide_on} },
205 …") DXX_KCONFIG_UI_UDLR(), BT_JOY_BUTTON, STATE_BIT4, {&control_info::state_controls_t::slide_on} },
278 … DXX_KCONFIG_UI_UDLR(), BT_MOUSE_BUTTON, STATE_BIT5, {&control_info::state_controls_t::slide_on} },
H A Dkconfig.cpp1271 if ( !Controls.state.slide_on ) in kconfig_read_controls()
1289 if ( Controls.state.slide_on ) in kconfig_read_controls()
1315 if (!Controls.state.slide_on && !Controls.state.bank_on) in kconfig_read_controls()
1330 if ( Controls.state.slide_on ) in kconfig_read_controls()