KaiseiYokoyama / joycon-rs

Joy-Con library for Rust 🦀 🎮
Apache License 2.0
117 stars 8 forks source link

Patch singleton pattern for JoyConManager #38

Closed KaiseiYokoyama closed 4 years ago

KaiseiYokoyama commented 4 years ago

hidapi::HidApi exists only one instance at a time. Because of that, only one JoyConManager could exists at a time.