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

Take orientation into account when reporting accelerometer sensor readout #3401

Merged
merged 2 commits into from
Aug 10, 2013
Merged

Conversation

folecr
Copy link
Contributor

@folecr folecr commented Aug 8, 2013

No description provided.

_orientation = AConfiguration_getOrientation(_currentconf);

cocos2d::Director* pDirector = cocos2d::Director::getInstance();
if (ACONFIGURATION_ORIENTATION_LAND != _orientation) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add { in a new line to obey the coding style.

And don't use Hungarian style: pDirector.

Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minggo added a commit that referenced this pull request Aug 10, 2013
Take orientation into account when reporting accelerometer sensor readout
@minggo minggo merged commit ebcc196 into cocos2d:develop Aug 10, 2013
boyu0 added a commit to boyu0/cocos2d-x that referenced this pull request Jan 6, 2014
boyu0 added a commit to boyu0/cocos2d-x that referenced this pull request Jan 6, 2014
boyu0 added a commit to boyu0/cocos2d-x that referenced this pull request Jan 7, 2014
boyu0 added a commit to boyu0/cocos2d-x that referenced this pull request Jan 7, 2014
dumganhar pushed a commit that referenced this pull request Jan 7, 2014
boyu0 added a commit to boyu0/cocos2d-x that referenced this pull request Jan 15, 2014
boyu0 added a commit to boyu0/cocos2d-x that referenced this pull request Jan 15, 2014
boyu0 added a commit to boyu0/cocos2d-x that referenced this pull request Jan 26, 2014
boyu0 pushed a commit to boyu0/cocos2d-x that referenced this pull request Jan 27, 2014
boyu0 pushed a commit to boyu0/cocos2d-x that referenced this pull request Jan 27, 2014
boyu0 pushed a commit to boyu0/cocos2d-x that referenced this pull request Jan 27, 2014
dumganhar pushed a commit that referenced this pull request Jan 27, 2014
issue #3401: add bit operation for lua physics test
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
Take orientation into account when reporting accelerometer sensor readout
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 28, 2014
issue cocos2d#3401: add bit operation for lua physics test
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 29, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 29, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 29, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 29, 2014
issue cocos2d#3401: add bit operation for lua physics test
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
Take orientation into account when reporting accelerometer sensor readout
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
issue cocos2d#3401: add bit operation for lua physics test
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
Take orientation into account when reporting accelerometer sensor readout
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
angeltown pushed a commit to angeltown/cocos2d-x that referenced this pull request Apr 30, 2014
issue cocos2d#3401: add bit operation for lua physics test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants