Clear input when transitioning.
This commit is contained in:
parent
2c33041344
commit
69e45f4e3f
|
@ -28,6 +28,8 @@ void startSectionTransition(void)
|
||||||
|
|
||||||
prepareScene();
|
prepareScene();
|
||||||
|
|
||||||
|
clearInput();
|
||||||
|
|
||||||
presentScene();
|
presentScene();
|
||||||
|
|
||||||
expireTexts(1);
|
expireTexts(1);
|
||||||
|
|
|
@ -22,4 +22,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
extern void prepareScene(void);
|
extern void prepareScene(void);
|
||||||
extern void presentScene(void);
|
extern void presentScene(void);
|
||||||
|
extern void clearInput(void);
|
||||||
extern void expireTexts(int all);
|
extern void expireTexts(int all);
|
||||||
|
|
Loading…
Reference in New Issue