Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wiimote tas input. #1213

Merged
merged 1 commit into from Oct 8, 2014
Merged

Conversation

RachelBryk
Copy link
Member

No description provided.

@RachelBryk RachelBryk force-pushed the wii-tas-input branch 2 times, most recently from 6b8823d to 3762bdc Compare October 3, 2014 15:20
u16 x = irData[0] | ((irData[2] >> 4 & 0x3) << 8);
u16 y = irData[1] | ((irData[2] >> 2 & 0x3) << 8);
std::string ir = StringFromFormat(" IR:%d,%d", x, y);
u16 x = 1023 - (irData[0] | ((irData[2] >> 4 & 0x3) << 8));

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@RachelBryk RachelBryk force-pushed the wii-tas-input branch 2 times, most recently from b457874 to 47b54de Compare October 3, 2014 15:38
wxStaticBitmap* bitmap;
Control xCont;
Control yCont;
};

This comment was marked as off-topic.

skidau added a commit that referenced this pull request Oct 8, 2014
@skidau skidau merged commit 38b64fd into dolphin-emu:master Oct 8, 2014
@Icekhaos
Copy link

Great work.

xCont = CreateControl(wxSL_VERTICAL, -1, 100);
yCont = CreateControl(wxSL_VERTICAL, -1, 100);
zCont = CreateControl(wxSL_VERTICAL, -1, 100);
zCont.defaultValue = 154;

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@RachelBryk RachelBryk deleted the wii-tas-input branch October 24, 2014 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants