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
}
}
1629

被折叠的 条评论
为什么被折叠?