GestureLibrary store = GestureLibraries.fromFile("/the/gesture/file");
if (store.load()){
for (String name : store.getGestureEntries()){
// access each gesture name/id
}
}
GestureLibrary store = GestureLibraries.fromFile("/the/gesture/file");
if (store.load()){
for (String name : store.getGestureEntries()){
// access each gesture name/id
}
}