py: re-introduce os/app button naming, pop views on os button press
Merged
py: re-introduce os/app button naming, pop views on os button press
q3k/os-app-buttons
into
main
All threads resolved!
All threads resolved!
Compare changes
Files
8+ 73
− 61
@@ -79,9 +79,9 @@ Example 1b: React to input
@@ -101,7 +101,7 @@ The values contained in the input state are the same as used by the
@@ -111,7 +111,8 @@ The values contained in the input state are the same as used by the
@@ -142,7 +143,7 @@ represents the time which has passed since the last call to `think()`.
@@ -165,6 +166,41 @@ Working on the bare state of the buttons and the captouch petals can be cumberso
@@ -199,14 +235,12 @@ a square.
@@ -222,8 +256,9 @@ With just the Responder class this can become a bit tricky as it never knows whe
@@ -259,8 +294,8 @@ into the two different views. We make use of an `InputController` again to handl
@@ -277,11 +312,12 @@ into the two different views. We make use of an `InputController` again to handl
@@ -293,9 +329,12 @@ the still pressed button immediately closes `SecondScreen` we make us of a speci
@@ -304,10 +343,14 @@ there is a special view which helps you with that: :py:class:`BaseView`. It inte
@@ -315,27 +358,13 @@ there is a special view which helps you with that: :py:class:`BaseView`. It inte
@@ -353,7 +382,11 @@ All fine and good, you were able to write an application that you can run with `
@@ -366,28 +399,16 @@ Let's introduce the final class you should actually be using for application dev
@@ -395,24 +416,15 @@ Let's introduce the final class you should actually be using for application dev