Registry / utility / wiiuse

wiiuse

JSON →
library0.15.6vcpkgunverified

WiiUse "feature complete" cross-platform Wii Remote access library

vcpkg install wiiuse
INSTALL
IMPORT
SIG · WIIUSE
W
wiiuse
utilitycppv0.15.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wiiuse.h
#include <wiiuse.h>

Find nearby Wii Remotes via Bluetooth

#include <wiiuse.h> #include <iostream> int main() { wiimote_t wiimotes[1]; int found = wiiuse_find(wiimotes, 1, 5); if (found > 0) std::cout << "Found " << found << " Wiimote(s)\n"; return 0; }
Debug
Known issues
gotchaRequires Bluetooth hardware and appropriate permissions on Linux/macOS
fix
Run with appropriate privileges or configure udev rules on Linux
affects: *
Upgrade
Version history
0.15.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

wiiuse — pip install wiiuse · libregistry