Extrems
2fe266379e
Added option to invert analog X axis.
...
Improved support for horizontal Wii Remote.
2025-02-02 12:31:45 -05:00
Extrems
75c0d1ae96
Added Wii Remote +Control Pad as analog source.
...
Added AutoLoadSave option.
Fixed regression from 03b282c295
.
2021-08-29 11:20:47 -04:00
Extrems
fd4dfd02d4
2017-09-25 17:20:01 -04:00
Extrems
34c74cb91a
2016-12-09 21:49:26 -05:00
Extrems
56d9e9f69b
2016-11-26 19:34:00 -05:00
Extrems
a6a27c8b75
2015-02-04 04:12:48 -05:00
Extrems
426ac4db5a
2015-02-04 04:02:53 -05:00
sepp256
e7be4bcbc0
Added alternate Menu Combos for all controller types.
2010-05-27 01:56:52 +00:00
tehpola
3f92ac0114
Fixed up accelerometer-based input.
2010-05-26 23:14:30 +00:00
sepp256
9875de6cda
Added status icon for Wiimote.
...
Updated status bar to work with wiimote.
Fixed detection of connected wiimote both in status bar and in gc_input.
Updated Button Mapping frame for wiimote.
2010-05-26 12:32:47 +00:00
tehpola
55ad2a387e
Added analog_fmt in configure for 'None' analog source which only reads buttons, adjusted tilt/wheel analog_fmts so that they only read accel since they're not available with nunchuk, and added IR to Wiimote-only analog sources.
2010-05-25 14:32:47 +00:00
tehpola
d9b9ce9ba1
Refactored WiimoteNunchuk to also define a Wiimote controller_t using mostly the same code. Removed init method from controller_t and defined the default controls inline in controller_t.
2010-05-24 23:52:26 +00:00
tehpola
ecd758be71
Loading/saving configuration support in input plugin. This will still need to be called by the GUI to actually do anything.
2010-05-24 22:55:54 +00:00
sepp256
354820b28f
Refactored gc_input to separate controller assignment and controller init.
...
Button Mapping frame now called from Settings Frame.
Many bug fixes and tweaks relating to button mapping.
2010-05-24 14:47:32 +00:00
tehpola
efaa33c1a8
Modifying configure method of controller_t. This should now be called whenever a controller's configuration has changed.
2010-05-24 14:45:17 +00:00
tehpola
dc7b8d9d9f
Wiimote + Nunchuk now uses 1.1-style controls. It could probably use some button combinations for d-pad though.
2010-05-24 14:43:36 +00:00
sepp256
288827860d
Rough implementation of reconfigurable button mapping in the menu.
...
Added default, current, and save config slots to the input plugin.
Currently only GC controllers work. Classic and WM+NC needs to be updated.
The menu layouts need a lot of tweaking, but I wanted to update SVN in case tehpola works on Classic/WM+NC code.
2010-05-23 04:40:07 +00:00
tehpola
7108755e55
Stop rumble for Classic and Wiimote+Nunchuk when game is paused
2010-04-27 14:16:40 +00:00
tehpola
9d9f4ddf5a
Implemented TILT_AS_ANALOG flag for Wiimote+Nunchuk
2010-04-27 14:15:19 +00:00
tehpola
50060ceaac
Added "Shooter" configuration to Wiimote+Nunchuk and implemented NUNCHUK_AS_C and IR_AS_ANALOG flags for that config
2010-04-27 14:13:57 +00:00
tehpola
ec1ecd205c
Infrastructure for controller configurations. Only one configuration exists for each type so far.
2010-04-16 14:59:07 +00:00
tehpola
1f29e29ee6
Rumble for CC and Wiimote+Nunchuk. Fixed a bug in the way I was detecting B is pressed for Wiimote+Nunchuk
2010-04-15 14:30:57 +00:00
tehpola
3883ab93ad
Improving the controller code: its closer to being configurable and the C-Stick should do diagonal now.
2010-04-15 14:27:16 +00:00
emukidid
4a7f462bef
gc_audio, gc_input & some main headers
2009-11-10 13:39:11 +00:00
sepp256
48c4b1879d
Added ConfigureInput Frame.
...
Added option to auto assign controllers or manually assign them.
Various changes to input plugin.
2009-11-08 05:20:38 +00:00
sepp256
2a27697366
Various modifications to gc_input plugin and menu input management.
...
Added crude input status indicator to MainFrame.
Inputs are currently updated automatically while menu is running.
2009-11-08 05:19:46 +00:00
sepp256
1feadbc937
Ported tehpola's gc_input code to googlecode/.
...
Removed unnecessary usleep now that PAD_Init is fixed.
Changed N64_B button to map to wiimote MINUS or PLUS buttons for wiimote+nunchuck config.
Changed wiimote+nunchuck to get use buttons _held_ rather than buttons _down_.
Updated wii makefiles.
Added fade message for autosave to all devices when return to menu.
2009-11-05 21:48:38 +00:00