wang_peng1 发表于 2013-1-29 22:15:26

加载手势文件

GestureLibrary store = GestureLibraries.fromFile("/the/gesture/file");if (store.load()){    for (String name : store.getGestureEntries()){        // access each gesture name/id    }}
页: [1]
查看完整版本: 加载手势文件