java.lang.Object
|---ohos.multimodalinput.event.EventCreator
public final class EventCreator
extends Object
提供创建事件的方法。 目前只提供了创建 KeyEvent 事件的方法。
Since:
4
修饰符和类型 | 方法 | 描述 |
---|---|---|
static OptionalKeyEvent | createKeyEvent(int action, int keyCode) | 根据指定的操作和键码创建 KeyEvent 对象。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public static OptionalKeyEvent createKeyEvent(int action, int keyCode)
根据指定的操作和键码创建 KeyEvent 对象。
参数:
参数名称 | 参数描述 |
---|---|
action | 指示对密钥执行的操作。 该值可以是 KeyEvent.KEY_PRESSED 或 KeyEvent.KEY_RELEASED。 |
keyCode | 表示键的键码。 |
返回:
返回一个 KeyEvent 对象; 如果 action 不是有效值,或者 keyCode 值小于或等于 0 或大于系统中定义的最大 keycode (KeyEvent.NOW_MAX_KEY),则返回一个空对象。
Since:
4
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。