鸿蒙OS Component.MousePointerStyleListener

Component.MousePointerStyleListener

public static interface Component.MousePointerStyleListener

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

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

方法总结

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

方法详情

onUpdatePointerStyle

MousePointerStyle onUpdatePointerStyle(Component component, MouseEvent event)

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

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

参数:

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

返回:

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

版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《鸿蒙OS Component.MousePointerStyleListener》
文章链接:https://zhuji.vsping.com/314121.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。