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

Exposed Notification Overlay position #3

Merged
merged 2 commits into from
Apr 11, 2016
Merged

Exposed Notification Overlay position #3

merged 2 commits into from
Apr 11, 2016

Conversation

nospoone
Copy link
Contributor

I exposed a parameter to change the notification overlay position.

I know next to nothing in CPP - I haphazardly got this in using your guide (thanks!) and poking around.

@larsiusprime
Copy link
Owner

Just confirming, did you test this and did it work?

default:
SteamUtils()->SetOverlayNotificationPosition(k_EPositionBottomRight);
break;
}
Copy link
Owner

Choose a reason for hiding this comment

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

style note: if you could please indent the case statements and their bodies by one tab each so they start one tab in from the open & close brackets

Copy link
Contributor Author

Choose a reason for hiding this comment

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

whoops! fixed it.

@nospoone
Copy link
Contributor Author

I did! Worked fine in Holobunnies.

@larsiusprime
Copy link
Owner

Everything looks right, let's merge it.

@larsiusprime larsiusprime merged commit c449672 into larsiusprime:master Apr 11, 2016
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