Home
last modified time | relevance | path

Searched refs:aim_scope (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dcontrols.h261 uint16 aim_scope:1; member
H A Dcontrols.c627 …if ((cmd.commandunion.pointer.aim_scope = strncmp(s, "Superscope", 10) ? 0 : 1)) { s += i = 1… in S9xGetCommandT()
697 …if (mapping.commandunion.pointer.aim_scope && superscope.ID != InvalidControlID && superscope.ID !… in S9xMapPointer()
725 if (mapping.commandunion.pointer.aim_scope ) superscope.ID = id; in S9xMapPointer()
807 if (cmd.commandunion.pointer.aim_scope) in S9xApplyCommand()
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dcontrols.h131 uint16 aim_scope:1; member
H A Dcontrols.cpp964 …if (!command.pointer.aim_mouse0 && !command.pointer.aim_mouse1 && !command.pointer.aim_scope && !c… in S9xGetCommandName()
972 if (command.pointer.aim_scope ) { s += c; s += "Superscope"; c = '+'; } in S9xGetCommandName()
1329 …if ((cmd.pointer.aim_scope = strncmp(s, "Superscope", 10) ? 0 : 1)) { s += i = 10; if (*s == … in S9xGetCommandT()
1792 if (mapping.pointer.aim_scope && superscope.ID != InvalidControlID && superscope.ID != id) in S9xMapPointer()
1830 if (mapping.pointer.aim_scope ) pollmap[SUPERSCOPE ].insert(id); in S9xMapPointer()
1850 if (mapping.pointer.aim_scope ) superscope.ID = id; in S9xMapPointer()
2521 if (cmd.pointer.aim_scope) in S9xApplyCommand()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dcontrols.h300 uint16 aim_scope:1; member
H A Dcontrols.cpp1052 …if (!command.pointer.aim_mouse0 && !command.pointer.aim_mouse1 && !command.pointer.aim_scope && !c… in S9xGetCommandName()
1060 if (command.pointer.aim_scope ) { s += c; s += "Superscope"; c = '+'; } in S9xGetCommandName()
1403 …if ((cmd.pointer.aim_scope = strncmp(s, "Superscope", 10) ? 0 : 1)) { s += i = 10; if (*s == … in S9xGetCommandT()
1860 if (mapping.pointer.aim_scope && superscope.ID != InvalidControlID && superscope.ID != id) in S9xMapPointer()
1892 if (mapping.pointer.aim_scope ) pollmap[SUPERSCOPE ].insert(id); in S9xMapPointer()
1911 if (mapping.pointer.aim_scope ) superscope.ID = id; in S9xMapPointer()
2559 if (cmd.pointer.aim_scope) in S9xApplyCommand()