Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of GDWiiInput.
Checking the stable version of the documentation...
Changelog¶
Here you will find the release notes for each version of the library. Each section includes information about changes, improvements, and bug fixes.
Version 0.3 - 2025-09-01¶
Note that there is a breaking change!
GDWiimoteServer.connect_wiimotes()has been renamed toGDWiimoteServer.initialize_connection(). It now also takes an optional bool to automate initial pairing via WiiPair on windows although this is currently still experimental and disabled by default.
Version 0.2 - 2025-07-26¶
Note that there is a breaking change!
Changed
WiimoteManagerhas been renamed toGDWiimoteServer. It is now an engine singleton by default and does not rely on the user to designate it as an autoload.
Version 0.1 - 2025-07-26¶
Initial release.