summaryrefslogtreecommitdiff
path: root/platform/default
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-05-11 14:10:17 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-05-11 15:48:51 +0300
commitc13dd32242b559b00b0b716dc524ed5161c2b147 (patch)
tree96c83728499b7317c8a6d087d38016b9a2e55644 /platform/default
parent659c2568ece4153f34d2880e53f54351f51b0917 (diff)
downloadqtlocation-mapboxgl-c13dd32242b559b00b0b716dc524ed5161c2b147.tar.gz
[core] Added Viewport mode
Satisfies embedding platforms that requires the viewport coordinate systems to be set according to its standards e.g. viewport mirrored vertically.
Diffstat (limited to 'platform/default')
-rw-r--r--platform/default/glfw_view.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/default/glfw_view.cpp b/platform/default/glfw_view.cpp
index 7fb47ff7c9..e3a38114bd 100644
--- a/platform/default/glfw_view.cpp
+++ b/platform/default/glfw_view.cpp
@@ -96,6 +96,7 @@ GLFWView::GLFWView(bool fullscreen_, bool benchmark_)
printf("- Press `N` to reset north\n");
printf("- Press `R` to toggle any available `night` style class\n");
printf("- Press `Z` to cycle through north orientations\n");
+ printf("- Prezz `X` to cycle through the viewport modes\n");
printf("- Press `A` to cycle through Mapbox offices in the world + dateline monument\n");
printf("\n");
printf("- Press `1` through `6` to add increasing numbers of point annotations for testing\n");