add interface

Signed-off-by: hungry_feiwei <huxiao31@huawei.com>
This commit is contained in:
hungry_feiwei 2022-04-27 15:06:48 +08:00
parent 60a6f01dfd
commit 6d0fd90651
2 changed files with 4 additions and 1 deletions

View File

@ -102,6 +102,9 @@ declare namespace inputDevice {
// 人物
PERSON_SELECT,
// 自定义
CUSTOM,
}
/**

View File

@ -75,7 +75,7 @@ export declare enum Button {
export declare enum Axis {
// 垂直滚动轴
SCEOLL_VERTICAL = 0,
SCROLL_VERTICAL = 0,
// 水平滚动轴
SCROLL_HORIZONTAL = 1,