Home
last modified time | relevance | path

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

/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dcontrols.h262 uint16 aim_justifier0:1; member
H A Dcontrols.c628 …if ((cmd.commandunion.pointer.aim_justifier0 = strncmp(s, "Justifier1", 10) ? 0 : 1)) { s += i = 1… in S9xGetCommandT()
704 …if (mapping.commandunion.pointer.aim_justifier0 && justifier.ID[0] != InvalidControlID && justifie… in S9xMapPointer()
726 if (mapping.commandunion.pointer.aim_justifier0) justifier.ID[0] = id; in S9xMapPointer()
813 if (cmd.commandunion.pointer.aim_justifier0) in S9xApplyCommand()
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dcontrols.h132 uint16 aim_justifier0:1; member
H A Dcontrols.cpp964 …pointer.aim_mouse1 && !command.pointer.aim_scope && !command.pointer.aim_justifier0 && !command.po… in S9xGetCommandName()
973 if (command.pointer.aim_justifier0) { s += c; s += "Justifier1"; c = '+'; } in S9xGetCommandName()
1330 …if ((cmd.pointer.aim_justifier0 = strncmp(s, "Justifier1", 10) ? 0 : 1)) { s += i = 10; if (*s == … in S9xGetCommandT()
1798 …if (mapping.pointer.aim_justifier0 && justifier.ID[0] != InvalidControlID && justifier.ID[0] != id) in S9xMapPointer()
1831 if (mapping.pointer.aim_justifier0) pollmap[ONE_JUSTIFIER ].insert(id); in S9xMapPointer()
1851 if (mapping.pointer.aim_justifier0) justifier.ID[0] = id; in S9xMapPointer()
2527 if (cmd.pointer.aim_justifier0) in S9xApplyCommand()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dcontrols.h301 uint16 aim_justifier0:1; member
H A Dcontrols.cpp1052 …pointer.aim_mouse1 && !command.pointer.aim_scope && !command.pointer.aim_justifier0 && !command.po… in S9xGetCommandName()
1061 if (command.pointer.aim_justifier0) { s += c; s += "Justifier1"; c = '+'; } in S9xGetCommandName()
1404 …if ((cmd.pointer.aim_justifier0 = strncmp(s, "Justifier1", 10) ? 0 : 1)) { s += i = 10; if (*s == … in S9xGetCommandT()
1866 …if (mapping.pointer.aim_justifier0 && justifier.ID[0] != InvalidControlID && justifier.ID[0] != id) in S9xMapPointer()
1893 if (mapping.pointer.aim_justifier0) pollmap[ONE_JUSTIFIER ].insert(id); in S9xMapPointer()
1912 if (mapping.pointer.aim_justifier0) justifier.ID[0] = id; in S9xMapPointer()
2565 if (cmd.pointer.aim_justifier0) in S9xApplyCommand()