Home
last modified time | relevance | path

Searched refs:combokey (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro/
H A Dretro_events.c268 if(!input_state_cb(0, RETRO_DEVICE_JOYPAD, 0, retro_computer_cfg.combokey)) in ev_events_joy()
580 retro_computer_cfg.combokey = btn; in ev_combo_set()
581 if (retro_computer_cfg.combokey == RETRO_DEVICE_ID_JOYPAD_Y) in ev_combo_set()
585 else if (retro_computer_cfg.combokey == RETRO_DEVICE_ID_JOYPAD_B) in ev_combo_set()
H A Dlibretro-core.h105 uint32_t combokey; member
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1364 u32 combokey[MAX_SPECIAL_INPUTS];
H A Dopenbor.c18162 if(!(a[l-1-j]&p->combokey[step])) in match_combo()
18520 if(!self->direction&&(pl->combokey[t2]&FLAG_MOVELEFT)) self->direction = 1; in player_think()
18521 else if(self->direction&&(pl->combokey[t2]&FLAG_MOVERIGHT)) self->direction = 0; in player_think()
19820 memset(player[index].combokey, 0, sizeof(u32)*MAX_SPECIAL_INPUTS); in spawnplayer()
20553 memset(pl->combokey, 0, sizeof(u32)*MAX_SPECIAL_INPUTS); in inputrefresh()
20567 pl->combokey[pl->combostep] = k; in inputrefresh()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1399 u32 combokey[MAX_SPECIAL_INPUTS]; member
H A Dopenbor.c24882 if(!(a[l - 1 - j]&p->combokey[step])) in match_combo()
25289 if(!self->direction && (pl->combokey[t2]&FLAG_MOVELEFT)) in player_think()
25293 else if(self->direction && (pl->combokey[t2]&FLAG_MOVERIGHT)) in player_think()
26869 memset(player[index].combokey, 0, sizeof(*player[index].combokey)*MAX_SPECIAL_INPUTS); in spawnplayer()
27785 memset(pl->combokey, 0, sizeof(*pl->combokey)*MAX_SPECIAL_INPUTS); in inputrefresh()
27805 pl->combokey[pl->combostep] = k; in inputrefresh()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2167 u32 combokey[MAX_SPECIAL_INPUTS]; member
H A Dopenbor.c28327 …if( ((a[l - 1 - j]&p->combokey[step]) ^ a[l - 1 - j]) ) // if input&combokey == 0 then not good btn in match_combo()
28754 if(self->direction == DIRECTION_LEFT && (pl->combokey[t2]&FLAG_MOVELEFT)) in player_think()
28758 else if(self->direction == DIRECTION_RIGHT && (pl->combokey[t2]&FLAG_MOVERIGHT)) in player_think()
30390 memset(player[index].combokey, 0, sizeof(*player[index].combokey)*MAX_SPECIAL_INPUTS); in spawnplayer()
31335 memset(pl->combokey, 0, sizeof(*pl->combokey)*MAX_SPECIAL_INPUTS); in inputrefresh()
31355 pl->combokey[pl->combostep] = k; in inputrefresh()
H A Dopenborscript.c10587 (*pretvar)->lVal = (LONG)player[index].combokey[frm->lVal]; in openbor_getplayerproperty()
10976 player[index].combokey[ltemp] = (int)value->lVal; in openbor_changeplayerproperty()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2681 u32 combokey[MAX_SPECIAL_INPUTS]; member
H A Dopenbor.c31177 …if( ((a[l - 1 - j]&p->combokey[step]) ^ a[l - 1 - j]) ) // if input&combokey == 0 then not good btn in match_combo()
31618 if(self->direction == DIRECTION_LEFT && (pl->combokey[t2]&FLAG_MOVELEFT)) in player_think()
31622 else if(self->direction == DIRECTION_RIGHT && (pl->combokey[t2]&FLAG_MOVERIGHT)) in player_think()
33438 memset(player[index].combokey, 0, sizeof(*player[index].combokey)*MAX_SPECIAL_INPUTS); in spawnplayer()
34482 memset(pl->combokey, 0, sizeof(*pl->combokey)*MAX_SPECIAL_INPUTS); in inputrefresh()
34502 pl->combokey[pl->combostep] = k; in inputrefresh()
H A Dopenborscript.c7594 (*pretvar)->lVal = (LONG)player[index].combokey[frm->lVal]; in openbor_getplayerproperty()
7990 player[index].combokey[ltemp] = (int)value->lVal; in openbor_changeplayerproperty()