加载手势文件
GestureLibrary store = GestureLibraries.fromFile("/the/gesture/file");if (store.load()){? ? for (String name : store.getGestureEntries()){? ? ? ? // access each gesture name/id? ? }}
发布时间: 2012-09-03 09:48:39 作者: rapoo
加载手势文件
GestureLibrary store = GestureLibraries.fromFile("/the/gesture/file");if (store.load()){? ? for (String name : store.getGestureEntries()){? ? ? ? // access each gesture name/id? ? }}