Home
last modified time | relevance | path

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

/dports/emulators/uae/uae-0.8.29/src/include/
H A Dinputdevice.h135 #define JSEM_KBDLAYOUT 0 macro
140 #define JSEM_ISNUMPAD(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT)
141 #define JSEM_ISCURSOR(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT + 1)
142 #define JSEM_ISSOMEWHEREELSE(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT + 2)
143 #define JSEM_ISXARCADE1(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT + 3)
144 #define JSEM_ISXARCADE2(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT + 4)
146 …JSEM_ISANYKBD(port,p) (jsem_iskbdjoy(port,p) >= JSEM_KBDLAYOUT && jsem_iskbdjoy(port,p) < JSEM_KBD…
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dinputdevice.h276 #define JSEM_KBDLAYOUT 0 macro
280 #define JSEM_XARCADE1LAYOUT (JSEM_KBDLAYOUT + 3)
281 #define JSEM_XARCADE2LAYOUT (JSEM_KBDLAYOUT + 4)
283 #define JSEM_ISNUMPAD(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT)
284 #define JSEM_ISCURSOR(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT + 1)
285 #define JSEM_ISSOMEWHEREELSE(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT + 2)
289 …JSEM_ISANYKBD(port,p) (jsem_iskbdjoy(port,p) >= JSEM_KBDLAYOUT && jsem_iskbdjoy(port,p) < JSEM_KBD…
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dinputdevice.h329 #define JSEM_KBDLAYOUT 0 macro
335 #define JSEM_ISNUMPAD(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT)
336 #define JSEM_ISCURSOR(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT + 1)
337 #define JSEM_ISSOMEWHEREELSE(port,p) (jsem_iskbdjoy(port,p) == JSEM_KBDLAYOUT + 2)
341 …JSEM_ISANYKBD(port,p) (jsem_iskbdjoy(port,p) >= JSEM_KBDLAYOUT && jsem_iskbdjoy(port,p) < JSEM_KBD…
/dports/emulators/uae/uae-0.8.29/src/
H A Dcfgfile.c553 start = JSEM_KBDLAYOUT; in cfgfile_parse_host()
565 if (start == JSEM_KBDLAYOUT) in cfgfile_parse_host()
1094 case 'A': case 'a': v0 = JSEM_KBDLAYOUT; break; in parse_joy_spec()
1095 case 'B': case 'b': v0 = JSEM_KBDLAYOUT + 1; break; in parse_joy_spec()
1096 case 'C': case 'c': v0 = JSEM_KBDLAYOUT + 2; break; in parse_joy_spec()
1104 case 'A': case 'a': v1 = JSEM_KBDLAYOUT; break; in parse_joy_spec()
1105 case 'B': case 'b': v1 = JSEM_KBDLAYOUT + 1; break; in parse_joy_spec()
1106 case 'C': case 'c': v1 = JSEM_KBDLAYOUT + 2; break; in parse_joy_spec()
H A Dinputdevice.c2392 if (v < JSEM_KBDLAYOUT) in jsem_iskbdjoy()
2394 v -= JSEM_KBDLAYOUT; in jsem_iskbdjoy()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-gtk/
H A Dgtkui.c398 else if (jsem >= JSEM_KBDLAYOUT) in map_jsem_to_widget()
399 widget = jsem - JSEM_KBDLAYOUT + 4; in map_jsem_to_widget()
414 case 4: jsem = JSEM_KBDLAYOUT; break; in map_widget_to_jsem()
415 case 5: jsem = JSEM_KBDLAYOUT + 1; break; in map_widget_to_jsem()
416 case 6: jsem = JSEM_KBDLAYOUT + 2; break; in map_widget_to_jsem()
417 case 7: jsem = JSEM_KBDLAYOUT + 3; break; in map_widget_to_jsem()
418 case 8: jsem = JSEM_KBDLAYOUT + 4; break; in map_widget_to_jsem()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-cocoa/
H A Dcocoaui.m601 …tle:@"Keyboard Layout A (NumPad, 0 & 5 = Fire)" action:@selector(changePort0:) tag:JSEM_KBDLAYOUT];
602 …yboard Layout B (Cursor, RCtrl & Alt = Fire)" action:@selector(changePort0:) tag:JSEM_KBDLAYOUT+1];
603 …itle:@"Keyboard Layout C (WASD, LAlt = Fire)" action:@selector(changePort0:) tag:JSEM_KBDLAYOUT+2];
605 …mInMenu:portMenu withTitle:@"X-Arcade (Left)" action:@selector(changePort0:) tag:JSEM_KBDLAYOUT+3];
606 …InMenu:portMenu withTitle:@"X-Arcade (Right)" action:@selector(changePort0:) tag:JSEM_KBDLAYOUT+4];
619 …tle:@"Keyboard Layout A (NumPad, 0 & 5 = Fire)" action:@selector(changePort1:) tag:JSEM_KBDLAYOUT];
620 …yboard Layout B (Cursor, RCtrl & Alt = Fire)" action:@selector(changePort1:) tag:JSEM_KBDLAYOUT+1];
621 …itle:@"Keyboard Layout C (WASD, LAlt = Fire)" action:@selector(changePort1:) tag:JSEM_KBDLAYOUT+2];
623 …mInMenu:portMenu withTitle:@"X-Arcade (Left)" action:@selector(changePort1:) tag:JSEM_KBDLAYOUT+3];
624 …InMenu:portMenu withTitle:@"X-Arcade (Right)" action:@selector(changePort1:) tag:JSEM_KBDLAYOUT+4];
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcfgfile.c3939 case 'A': case 'a': v0 = JSEM_KBDLAYOUT; break; in parse_joy_spec()
3940 case 'B': case 'b': v0 = JSEM_KBDLAYOUT + 1; break; in parse_joy_spec()
3941 case 'C': case 'c': v0 = JSEM_KBDLAYOUT + 2; break; in parse_joy_spec()
3949 case 'A': case 'a': v1 = JSEM_KBDLAYOUT; break; in parse_joy_spec()
3950 case 'B': case 'b': v1 = JSEM_KBDLAYOUT + 1; break; in parse_joy_spec()
3951 case 'C': case 'c': v1 = JSEM_KBDLAYOUT + 2; break; in parse_joy_spec()
4701 p->jports[1].id = JSEM_KBDLAYOUT; in default_prefs()
H A Dinputdevice.c6908 if (v < JSEM_KBDLAYOUT) in jsem_iskbdjoy()
6910 v -= JSEM_KBDLAYOUT; in jsem_iskbdjoy()
6952 start = JSEM_KBDLAYOUT; in inputdevice_joyport_config()
6976 if (start == JSEM_KBDLAYOUT && v > 0) in inputdevice_joyport_config()
7030 idx = val - JSEM_KBDLAYOUT; in inputdevice_getjoyportdevice()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputdevice.cpp8196 if (v < JSEM_KBDLAYOUT) in jsem_iskbdjoy()
8198 v -= JSEM_KBDLAYOUT; in jsem_iskbdjoy()
8222 } else if (vv >= JSEM_KBDLAYOUT && vv < JSEM_LASTKBD) { in fixjport()
8223 vv -= JSEM_KBDLAYOUT; in fixjport()
8227 vv += JSEM_KBDLAYOUT; in fixjport()
8433 start = JSEM_KBDLAYOUT; in inputdevice_joyport_config()
8474 if (start == JSEM_KBDLAYOUT && v > 0) in inputdevice_joyport_config()
8540 idx = val - JSEM_KBDLAYOUT; in inputdevice_getjoyportdevice()
H A Dcfgfile.cpp5395 case 'A': case 'a': v0 = JSEM_KBDLAYOUT; break; in parse_joy_spec()
5396 case 'B': case 'b': v0 = JSEM_KBDLAYOUT + 1; break; in parse_joy_spec()
5397 case 'C': case 'c': v0 = JSEM_KBDLAYOUT + 2; break; in parse_joy_spec()
5405 case 'A': case 'a': v1 = JSEM_KBDLAYOUT; break; in parse_joy_spec()
5406 case 'B': case 'b': v1 = JSEM_KBDLAYOUT + 1; break; in parse_joy_spec()
5407 case 'C': case 'c': v1 = JSEM_KBDLAYOUT + 2; break; in parse_joy_spec()
6155 p->jports[1].id = JSEM_KBDLAYOUT; in default_prefs()
/dports/emulators/uae/uae-0.8.29/src/gui-gtk/
H A Dgtkui.c852 : JSEM_KBDLAYOUT + j0t - 3); in joy_changed()
855 : JSEM_KBDLAYOUT + j1t - 3); in joy_changed()