You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2019. It is now read-only.
jnicholl edited this page Nov 7, 2011
·
4 revisions
TouchControlOverlay is a small utility library that is used to convert touch screen input into other forms of input. The main goal is to provide a convenient way to port applications originally written for other input setups onto a touchscreen device like a PlayBook.
Here's a quick guide on how to use it in your own application.
Check out the source for TouchControlOverlay. The library is effectively standalone and should build as a NDK project.
Interface with the library - Edit your own code to connect to the library. If you are using SDL, this has already been done for you.