Home
last modified time | relevance | path

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

/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dcontrols.h260 uint16 aim_mouse1:1; member
H A Dcontrols.c626 …if ((cmd.commandunion.pointer.aim_mouse1 = strncmp(s, "Mouse2", 6) ? 0 : 1)) { s += i = … in S9xGetCommandT()
690 …if (mapping.commandunion.pointer.aim_mouse1 && mouse[1].ID != InvalidControlID && mouse[1].ID != i… in S9xMapPointer()
724 if (mapping.commandunion.pointer.aim_mouse1 ) mouse[1].ID = id; in S9xMapPointer()
801 if (cmd.commandunion.pointer.aim_mouse1) in S9xApplyCommand()
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dcontrols.h130 uint16 aim_mouse1:1; member
H A Dcontrols.cpp964 …if (!command.pointer.aim_mouse0 && !command.pointer.aim_mouse1 && !command.pointer.aim_scope && !c… in S9xGetCommandName()
971 if (command.pointer.aim_mouse1 ) { s += c; s += "Mouse2"; c = '+'; } in S9xGetCommandName()
1328 …if ((cmd.pointer.aim_mouse1 = strncmp(s, "Mouse2", 6) ? 0 : 1)) { s += i = 6; if (*s == … in S9xGetCommandT()
1786 if (mapping.pointer.aim_mouse1 && mouse[1].ID != InvalidControlID && mouse[1].ID != id) in S9xMapPointer()
1829 if (mapping.pointer.aim_mouse1 ) pollmap[MOUSE1 ].insert(id); in S9xMapPointer()
1849 if (mapping.pointer.aim_mouse1 ) mouse[1].ID = id; in S9xMapPointer()
2515 if (cmd.pointer.aim_mouse1) in S9xApplyCommand()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dcontrols.h299 uint16 aim_mouse1:1; member
H A Dcontrols.cpp1052 …if (!command.pointer.aim_mouse0 && !command.pointer.aim_mouse1 && !command.pointer.aim_scope && !c… in S9xGetCommandName()
1059 if (command.pointer.aim_mouse1 ) { s += c; s += "Mouse2"; c = '+'; } in S9xGetCommandName()
1402 …if ((cmd.pointer.aim_mouse1 = strncmp(s, "Mouse2", 6) ? 0 : 1)) { s += i = 6; if (*s == … in S9xGetCommandT()
1854 if (mapping.pointer.aim_mouse1 && mouse[1].ID != InvalidControlID && mouse[1].ID != id) in S9xMapPointer()
1891 if (mapping.pointer.aim_mouse1 ) pollmap[MOUSE1 ].insert(id); in S9xMapPointer()
1910 if (mapping.pointer.aim_mouse1 ) mouse[1].ID = id; in S9xMapPointer()
2553 if (cmd.pointer.aim_mouse1) in S9xApplyCommand()