skip to content
User Tools
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Sidebar
Documentation
Home
GestureWorks 2 FAQ
GestureWorks 2 Changes
API Reference
GestureWorks Visualizer
Tutorials
Unity Sample & Tutorials
GestureWorks 2 C++ Samples and Tutorials
Gesture Documentation
Default Gestures
GestureML
Related
Gestureworks
GW 1 Wiki
Tangible Engine
TE Documentation
TE Wiki
api_reference
Table of Contents
API Reference
Overview
Core Functions
GestureWorks* initializeGestureWorks(int screen_width, int screen_height)
GestureWorks* initializeGestureWorksScreenGestures(int screen_width, int screen_height)
GestureWorks* initializeGestureWorksGML(int screen_width, int screen_height, const char *gml_file_path)
void destroyGestureWorks(GestureWorks *gesture_works)
bool removeTouchObject(const char *name)
bool addGesture(GestureWorks *gesture_works, const char *object_id, const char *gesture_id)
void addTouchEvent(GestureWorks *gesture_works, int touch_event_id, int touch_status, float x, float y)
int getPointEvents(GestureWorks *gesture_works, PointInfo **points)
bool addTouchPointToObject(GestureWorks *gesture_works, const char *object_id, int point_id)
bool objectHasTouchPoint(GestureWorks *gesture_works, int point_id)
void updateFrame(GestureWorks *gesture_works)
void updateScreenFrame(GestureWorks *gesture_works)
int getGestureEvents(GestureWorks *gesture_works, GestureInfo **gestures)
api_reference.txt
ยท Last modified: 2019/01/21 16:34 (external edit)
Page Tools
Show pagesource
Old revisions
Backlinks
Back to top