Home
last modified time | relevance | path

Searched refs:JSEM_MICE (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/uae/uae-0.8.29/src/
H A Dcfgfile.c236 } else if (v < JSEM_MICE) { in save_options()
240 if (v - JSEM_MICE > 0) in save_options()
241 sprintf (tmp2, "mouse%d", v - JSEM_MICE); in save_options()
559 start = JSEM_MICE; in cfgfile_parse_host()
1093 case 'M': case 'm': v0 = JSEM_MICE; break; in parse_joy_spec()
1103 case 'M': case 'm': v1 = JSEM_MICE; break; in parse_joy_spec()
H A Dmain.c199 p->jport0 = JSEM_MICE; in default_prefs()
H A Dinputdevice.c2382 if (v < JSEM_MICE) in jsem_ismouse()
2384 v -= JSEM_MICE; in jsem_ismouse()
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dinputdevice.h137 #define JSEM_MICE 200 macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dinputdevice.h278 #define JSEM_MICE 200 macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dinputdevice.h332 #define JSEM_MICE 200 macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputdevice.cpp8185 if (v < JSEM_MICE) in jsem_ismouse()
8187 v -= JSEM_MICE; in jsem_ismouse()
8210 if (vv >= JSEM_JOYS && vv < JSEM_MICE) { in fixjport()
8217 vv -= JSEM_MICE; in fixjport()
8221 vv += JSEM_MICE; in fixjport()
8236 if (vv >= JSEM_JOYS && vv < JSEM_MICE) { in fixjport()
8398 int idnum = JSEM_MICE; in inputdevice_joyport_config()
8443 start = JSEM_MICE; in inputdevice_joyport_config()
8453 start = JSEM_MICE; in inputdevice_joyport_config()
8518 } else if (val >= JSEM_MICE) { in inputdevice_getjoyportdevice()
[all …]
H A Dcfgfile.cpp1452 } else if (v < JSEM_MICE) { in cfgfile_save_options()
1456 if (v - JSEM_MICE > 0) in cfgfile_save_options()
1457 _stprintf (tmp2, _T("mouse%d"), v - JSEM_MICE); in cfgfile_save_options()
5394 case 'M': case 'm': v0 = JSEM_MICE; break; in parse_joy_spec()
5404 case 'M': case 'm': v1 = JSEM_MICE; break; in parse_joy_spec()
6154 p->jports[0].id = JSEM_MICE; in default_prefs()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-gtk/
H A Dgtkui.c394 else if (jsem == JSEM_MICE) in map_jsem_to_widget()
413 case 3: jsem = JSEM_MICE; break; in map_widget_to_jsem()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcfgfile.c871 } else if (v < JSEM_MICE) { in cfgfile_save_options()
875 if (v - JSEM_MICE > 0) in cfgfile_save_options()
876 _stprintf (tmp2, _T("mouse%d"), v - JSEM_MICE); in cfgfile_save_options()
3938 case 'M': case 'm': v0 = JSEM_MICE; break; in parse_joy_spec()
3948 case 'M': case 'm': v1 = JSEM_MICE; break; in parse_joy_spec()
4697 p->jports[0].id = JSEM_MICE; in default_prefs()
H A Dinputdevice.c6897 if (v < JSEM_MICE) in jsem_ismouse()
6899 v -= JSEM_MICE; in jsem_ismouse()
6927 int idnum = JSEM_MICE; in inputdevice_joyport_config()
6962 start = JSEM_MICE; in inputdevice_joyport_config()
7017 } else if (val >= JSEM_MICE) { in inputdevice_getjoyportdevice()
7018 idx = val - JSEM_MICE; in inputdevice_getjoyportdevice()
/dports/emulators/uae/uae-0.8.29/src/gui-gtk/
H A Dgtkui.c851 : j0t == 2 ? JSEM_MICE in joy_changed()
854 : j1t == 2 ? JSEM_MICE in joy_changed()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-cocoa/
H A Dcocoaui.m600 …elf createMenuItemInMenu:portMenu withTitle:@"Mouse" action:@selector(changePort0:) tag:JSEM_MICE];
618 …elf createMenuItemInMenu:portMenu withTitle:@"Mouse" action:@selector(changePort1:) tag:JSEM_MICE];