I was in search for a nice syntax highlighter for this blog and found this. Let’s see how it works:
1 2 3 4 |
public void onTouch( MotionEvent event ) { processMultitouch( event ); } |
Well, i guess that does it for my purposes 🙂