Line 42:
Line 42:
SDL has graphics, sound, and input all in one. SDL is a very popular library used in many open source programs. It is most commonly used in games, but it is also used in emulators and media players. SDL is very easy to use and it is very easy to port apps that use it.
SDL has graphics, sound, and input all in one. SDL is a very popular library used in many open source programs. It is most commonly used in games, but it is also used in emulators and media players. SDL is very easy to use and it is very easy to port apps that use it.
−
=== Wiimote SDL joystick mapping ===
+
=== SDL joystick mapping ===
+
The sticks and axes are mapped this way:
+
+
{| class="wikitable"
+
|-
+
! SDL axis !! {{WiimoteHorizontal}} !! {{Nunchuk}} !! {{ClassicController}} !! Comments
+
|-
+
| 0 (horizontal) || || {{NunchuckControlStick}} || {{ClassicLControlStick}} || Only one expansion can be connected
+
|-
+
| 1 (vertical) || || {{NunchuckControlStick}} || {{ClassicLControlStick}}
+
|-
+
| 2 (horizontal) || || || {{ClassicRControlStick}}
+
|-
+
| 3 (vertical) || || || {{ClassicRControlStick}}
+
|-
+
| 4 (horizontal) || || || {{ClassicRTrigger}}
+
|-
+
| 5 (vertical) || || || {{ClassicLTrigger}}
+
|}
+
+
(the D-pads on the wiimote and the classic controller is mapped as a joystick "hat")
+
The wiimote buttons are mapped this way in SDL:
The wiimote buttons are mapped this way in SDL: