I am a student who is trying to create a simple application using Leap motion controller API's.
So, what I have is a screen on which I am performing a circle gesture to go to next screen.
I have created a simple GUI implementing a circle gesture on both the screens. But, I am having trouble when I want to switch back to previous screen. The full code can be found here:
https://github.com/samarth003/codeGist
Please help me in this regard.