提交 bad37314 编写于 作者: Y yuexinyao1

Multi-mode "Move" attribute override

Signed-off-by: Nyuexinyao1 <yuexinyao1@huawei.com>
上级 7179160e
......@@ -240,6 +240,9 @@ describe('MultimodalInput_Pointer_test', function () {
console.info('MultimodalInput_Pointer_test::Pointer_HELP_test = ' + pointer.PointerStyle.HELP);
expect(pointer.PointerStyle.HELP == 20).assertTrue();
console.info('MultimodalInput_Pointer_test::Pointer_MOVE_test = ' + pointer.PointerStyle.MOVE);
expect(pointer.PointerStyle.MOVE == 21).assertTrue();
console.info('MultimodalInput_Pointer_test::Pointer_RESIZE_UP_DOWN_test = ' + pointer.PointerStyle.RESIZE_UP_DOWN);
expect(pointer.PointerStyle.RESIZE_UP_DOWN == 22).assertTrue();
......@@ -291,6 +294,7 @@ describe('MultimodalInput_Pointer_test', function () {
console.info('MultimodalInput_Pointer_test::Pointer_MIDDLE_BTN_NORTH_SOUTH_WEST_EAST_test = ' + pointer.PointerStyle.MIDDLE_BTN_NORTH_SOUTH_WEST_EAST);
expect(pointer.PointerStyle.MIDDLE_BTN_NORTH_SOUTH_WEST_EAST == 38).assertTrue();
})
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册