提交 8853fe09 编写于 作者: L liuwei

add pointer md

Signed-off-by: Nliuwei <liuwei595@huawei.com>
Change-Id: I43442c1e90b8dc1e53b38a61853d41aa835b0c6e
上级 bed08f8d
......@@ -12,7 +12,7 @@
import pointer from '@ohos.multimodalInput.pointer';
```
## pointer.setPointerVisibele `<sup>`9+`</sup>`
## pointer.setPointerVisibele
setPointerVisible(visible: boolean, callback: AsyncCallback&lt;void&gt;): void;
......@@ -39,7 +39,7 @@ pointer.setPointerVisible(true, (err, data) => {
);
```
## pointer.setPointerVisible `<sup>`9+`</sup>`
## pointer.setPointerVisible
setPointerVisible(visible: boolean) : Promise&lt;void&gt;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册