History of file src/hid/OFNintendo3DSGameController.m at check-in 6a8f71e0658029c4
2024-06-02
| ||
21:24 |
Deleted:
Completely redesign and rewrite ObjFWHID
Right now only evdev is supported, support for others will be added back | |
2024-05-20
| ||
09:53 | OFGameController: Support 3DS analog right stick file: [5d5a974908] check-in: [d5329de5f4] user: js, branch: gamecontroller, size: 4605 [annotate] [blame] [check-ins using] [diff] | |
04:35 | OFGameController: Map 3DS C stick to right stick file: [ac863f7de3] check-in: [f31e553ade] user: js, branch: gamecontroller, size: 4402 [annotate] [blame] [check-ins using] [diff] | |
01:17 | OFGameController: Add support for Wii file: [5dde4675ee] check-in: [918c9d077a] user: js, branch: gamecontroller, size: 4682 [annotate] [blame] [check-ins using] [diff] | |
2024-05-19
| ||
00:21 | OFGameController: Fix analog stick on 3DS file: [c19a2f1b59] check-in: [551a37ad2e] user: js, branch: gamecontroller, size: 4755 [annotate] [blame] [check-ins using] [diff] | |
2024-05-18
| ||
11:37 | OFGameController: More code reuse file: [ab4d725506] check-in: [764fe0bac3] user: js, branch: gamecontroller, size: 4682 [annotate] [blame] [check-ins using] [diff] | |
2024-05-15
| ||
22:50 | Renamed src/hid/platform/Nintendo3DS/OFGameController.m → src/hid/OFNintendo3DSGameController.m. OFGameController: Use different subclasses file: [a67f0beecf] check-in: [4ecdef7491] user: js, branch: gamecontroller, size: 4914 [annotate] [blame] [check-ins using] [diff] | |
2024-05-14
| ||
20:41 | OFGameController: Use more generic button names file: [f3681e2d31] check-in: [2c2412d3df] user: js, branch: gamecontroller, size: 5140 [annotate] [blame] [check-ins using] [diff] | |
2024-05-13
| ||
20:57 | Renamed src/platform/Nintendo3DS/OFGameController.m → src/hid/platform/Nintendo3DS/OFGameController.m. Move OFGameController into subframework ObjFWHID file: [4e207caf2f] check-in: [f5f12143ce] user: js, branch: gamecontroller, size: 5279 [annotate] [blame] [check-ins using] [diff] | |
2024-05-11
| ||
21:56 | OFGameController: {north,south,west,east}Button file: [4e207caf2f] check-in: [59b45e87d1] user: js, branch: gamecontroller, size: 5279 [annotate] [blame] [check-ins using] [diff] | |
10:06 | OFGameController: Report vendor ID and product ID file: [e9a5f2027b] check-in: [c0735ac803] user: js, branch: gamecontroller, size: 4977 [annotate] [blame] [check-ins using] [diff] | |
2024-05-09
| ||
23:41 |
OFGameController: Retrieve state explicitly
This avoids retrieving it multiple times when reading multiple things. file: [52a27f332c] check-in: [0f902d87eb] user: js, branch: gamecontroller, size: 4894 [annotate] [blame] [check-ins using] [diff] | |
19:46 | OFGameController: Support for pressure sensitivity file: [adf29c8c87] check-in: [336ecd9bdc] user: js, branch: gamecontroller, size: 4653 [annotate] [blame] [check-ins using] [diff] | |
19:05 | OFGameController: Add constants for buttons file: [cde2b51e73] check-in: [f02049612e] user: js, branch: gamecontroller, size: 4415 [annotate] [blame] [check-ins using] [diff] | |
15:39 | OFGameController: Change API for analog sticks file: [f6f05e83f5] check-in: [5547016712] user: js, branch: gamecontroller, size: 3749 [annotate] [blame] [check-ins using] [diff] | |
13:30 | OFGameController: Fix Nintendo 3DS / DS file: [7d43ae2b1e] check-in: [5504ee2b60] user: js, branch: gamecontroller, size: 3745 [annotate] [blame] [check-ins using] [diff] | |
13:10 | OFGameController: Add missing import file: [eda9182c36] check-in: [c5b37a9dd8] user: js, branch: gamecontroller, size: 3741 [annotate] [blame] [check-ins using] [diff] | |
12:57 | OFGameController: Add support for Linux file: [8b137a158f] check-in: [6f20cdbd5c] user: js, branch: gamecontroller, size: 3721 [annotate] [blame] [check-ins using] [diff] | |
2024-05-05
| ||
19:56 |
OFGameController: Rename axis to analog stick
This was just wrong, an analog stick has two axes. file: [5edf21e397] check-in: [498a91a2a4] user: js, branch: gamecontroller, size: 3517 [annotate] [blame] [check-ins using] [diff] | |
19:22 | Renamed src/platform/3DS/OFGameController.m → src/platform/Nintendo3DS/OFGameController.m. OFGameController: Add support for Nintendo DS file: [9240091586] check-in: [a7a6705d90] user: js, branch: gamecontroller, size: 3502 [annotate] [blame] [check-ins using] [diff] | |
18:59 |
Added:
Add OFGameController
Only supports Nintendo 3DS so far. file: [9240091586] check-in: [a0f4283e81] user: js, branch: gamecontroller, size: 3502 [annotate] [blame] [check-ins using] | |