Searched refs:setCursor (Results 1 – 5 of 5) sorted by relevance
12 ### setCursor subsection14 setCursor(value: PointerStyle): void38 该示例通过setCursor实现了鼠标更改当前光标样式。59 // 建议使用this.getUIContext().getCursorController().setCursor()60 cursorControl.setCursor(pointer.PointerStyle.EAST)69 // 建议使用this.getUIContext().getCursorController().setCursor()70 cursorControl.setCursor(pointer.PointerStyle.WEST)
12 ### setCursor subsection14 setCursor(value: PointerStyle): void50 cursorControl.setCursor(pointer.PointerStyle.EAST)58 cursorControl.setCursor(pointer.PointerStyle.WEST)
874 setCursor(value) { method in CursorController876 cursorControl.setCursor(value);
6913 this.cursorCustom.setCursor(pointer.PointerStyle.EAST)6925 ### setCursor<sup>12+</sup>6927 setCursor(value: PointerStyle): void6942 当光标进入蓝框时,通过CursorController的setCursor方法修改光标样式为PointerStyle.WEST6959 this.cursorCustom.setCursor(pointer.PointerStyle.WEST)6968 
6880 this.cursorCustom.setCursor(pointer.PointerStyle.EAST)6892 ### setCursor<sup>12+</sup>6894 setCursor(value: PointerStyle): void6909 In this example, the **setCursor** API of **CursorController** is used to set the cursor style to *…6926 this.cursorCustom.setCursor(pointer.PointerStyle.WEST)6935 