How to subclass the SMT Controls (Button, Keyboard) in order to redefine their look ?

Hello,

I need to render the SMT keyboard, but with a totally different look..

I have tried forking the SMT repo, and everything works fine for the moment, except in the AndroidToTuio.java which has the following imports :

import android.view.*;
import android.view.View.OnTouchListener;

Question 1 : Is it the right way to do it, or is there a simpler way ?

Question 2 : If I have to create my own fork of SMT, where can I find the jar for the imports mentioned above ?

@Paluka : any idea ? (BTW such a great lib !!)

Thanks in advance.

Tagged:
Sign In or Register to comment.