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

made keyboard orientation fixes #3117

Merged
merged 2 commits into from
Jul 31, 2014

Conversation

trentbrooks
Copy link
Contributor

iOS keyboard orientation fixes as described here #2621


case OF_ORIENTATION_DEFAULT:
x = rect.origin.x;
y = rect.origin.y;//-rect.size.height;
Copy link
Member

Choose a reason for hiding this comment

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

is this being commented out intentional?
I just wanted to double check.

thx!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I noticed the position of the rectangle was wrong for default portrait orientation. It was positioning from bottom left instead of top left. I've tested all 6 orientations and now they are all consistent. Sorry, I should have removed the commenting out bit. At least you know why now- should i update?

@ofTheo
Copy link
Member

ofTheo commented Jul 31, 2014

great thanks @trentbrooks

ofTheo added a commit that referenced this pull request Jul 31, 2014
@ofTheo ofTheo merged commit 5f351ba into openframeworks:master Jul 31, 2014
MartinHN pushed a commit to MartinHN/openFrameworks that referenced this pull request Dec 16, 2014
…rd-orientation

made keyboard orientation fixes
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