鸿蒙OS开发文档 鸿蒙OS Component.MousePointerStyleListener

2024-02-25 开发教程 鸿蒙OS开发文档 匿名 2

Component.MousePointerStyleListener

public static interface Component.MousePointerStyleListener

提供一个监听器来观察鼠标指针样式的变化。

在连接外接鼠标或触摸板的场景下,实现改变鼠标指针样式的方法,并注册一个监听器来观察鼠标指针放在组件上时触发的变化。

方法总结

修饰符和类型方法描述
MousePointerStyleonUpdatePointerStyle(Component component, MouseEvent event)当鼠标指针样式改变时调用。

方法详情

onUpdatePointerStyle

MousePointerStyle onUpdatePointerStyle(Component component, MouseEvent event)

当鼠标指针样式改变时调用。

注册鼠标指针样式更改的侦听器后,将在鼠标指针放在组件上时调用侦听器。 您可以重写该方法以返回显示在组件上的鼠标指针样式。

参数:

参数名称参数描述
component表示当前处理鼠标指针样式的组件。
event表示组件接收到的鼠标事件。

返回:

返回显示在组件上的鼠标指针样式。