Fork me on GitHub

Posts Tagged ‘multitouch’

Mouse Trail

Posted on: 01-11-10 | By: David | In: Curltable | Comments: RSS 2.0

To improve the feedback of the turntable, especially for the plate, a bit I wrote a simple DrawableGameComponent which draw’s a mouse trail. Simply call it in your game via:
1
Cursor c = new Cursor(this);

Read more