Skip to content
ericwan78 edited this page Jan 17, 2013 · 6 revisions

Tecla Pointer is an overlay that takes Tecla Shield as a mouse input device and provides an enhanced visual feedback mouse cursor.

Classes

PointerActivity: It can extend an activity to overlay a mouse cursor display on the screen.

Usage

Extend ca.idi.tecla.pointer.PointerActivity in the Activity class

        public class ExampleActivity extends ca.idi.tecla.pointer.PointerActivity {