evoggy / crazyflie-pc-client

Other
0 stars 1 forks source link

Windows back-end for joystick #14

Open evoggy opened 10 years ago

evoggy commented 10 years ago

The architecture of the cfclient supports adding other input-device readers than PyGame. This was done so that in the future it would be possible to remove the PyGame dependency and use os-specific functionality instead.

The PyGame device reader should be kept as a fallback for other platforms.