Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Doppelbelegung "WiiMote + Nunchuck" #41

Closed
userx14 opened this issue Mar 14, 2018 · 1 comment
Closed

Doppelbelegung "WiiMote + Nunchuck" #41

userx14 opened this issue Mar 14, 2018 · 1 comment

Comments

@userx14
Copy link

userx14 commented Mar 14, 2018

Wenn an die WiiMote ein Nunchuck verbunden wird, ist die A-Taste der WiiRemote als auch die Hometaste auf den "Virtuellen Button" 1 gemappt.

@jloehr
Copy link
Owner

jloehr commented Mar 14, 2018

ParseButton(WiimoteState->WiiRemoteState.CoreButtons.Home, &GamepadReport->Buttons[0], 0);

must be changed to

ParseButton(WiimoteState->WiiRemoteState.CoreButtons.Home, &GamepadReport->Buttons[1], 0);

@jloehr jloehr closed this as completed in c87eb8c Mar 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants