mirror of
https://github.com/demik/quack.git
synced 2024-12-22 20:30:48 +00:00
Added joystick compatibility
parent
a1591969dc
commit
71d1929c74
@ -21,7 +21,6 @@ List of supported and tested models
|
|||||||
| Storm | One Button Mouse | 12BMAC-MM01 | |
|
| Storm | One Button Mouse | 12BMAC-MM01 | |
|
||||||
| Umax | One Button Mouse | 12BMAC-MM01 | |
|
| Umax | One Button Mouse | 12BMAC-MM01 | |
|
||||||
|
|
||||||
|
|
||||||
### Unsupported
|
### Unsupported
|
||||||
|
|
||||||
None known
|
None known
|
||||||
@ -31,4 +30,11 @@ In theory, any ADB mouse compliant with the ADB spec should work fine. The light
|
|||||||
|
|
||||||
Some devices (MacTRAC) are starting with a custom handler but can use the default protocol just fine. Adding support for theses devices is trivial.
|
Some devices (MacTRAC) are starting with a custom handler but can use the default protocol just fine. Adding support for theses devices is trivial.
|
||||||
|
|
||||||
|
A subset of devices who do support mouse emulation (Joystick, Gamepads) do have limited support due to Quack internal architecture and mostly the fact that we are pretending do be a quadrature mouse with one button. Such tested examples are:
|
||||||
|
|
||||||
|
| Brand | Model | P/N | Notes |
|
||||||
|
|-|-|-|-|
|
||||||
|
| Gravis | Blackhawk ADB | HYN2014A | Joystick |
|
||||||
|
| Microsoft | SideWinder™ 3D Pro Mac | 94231 | Joystick, Mode II only |
|
||||||
|
|
||||||
Let me know if something works or not so I can add it to the matrix for other users.
|
Let me know if something works or not so I can add it to the matrix for other users.
|
Loading…
Reference in New Issue
Block a user