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

Windows Phone 8 and Monogame #4101

Closed
elu opened this issue Aug 26, 2015 · 2 comments
Closed

Windows Phone 8 and Monogame #4101

elu opened this issue Aug 26, 2015 · 2 comments

Comments

@elu
Copy link

elu commented Aug 26, 2015

Hi,
i use the actual Monogame with SharpDX 2.6.3 and my App has a problem with the resolution of 1920x1080. When i tap to the right bottom corner i receive a position nearly to (1280,720) in a 720p-Emulator, which is correct. In a (800x480)-Emulator i receive for the same tap a position nearly to (800,480), which is correct. In a 1080p-Emulator i receive for the same tap a position nearly to (1280,720), which is wrong. Why the touch-position doesn't work for 1920x1080?

@Nezz
Copy link
Member

Nezz commented Sep 2, 2015

WP8.0 apps do not support 1080p. It simply acts as the screen is 720p. You need to build your app using the WP8.1 template to support 1080p.

@harry-cpp
Copy link
Member

@tomspilman This can be closed, we dropped support for WP8.0

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

No branches or pull requests

4 participants