mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
update multimodalinput/kits/c/input/oh_input_manager.h.
dadad Signed-off-by: HYH <huiyuehong@huawei.com>
This commit is contained in:
parent
5dca686149
commit
1a48032a88
@ -253,9 +253,15 @@ typedef enum Input_Result {
|
||||
INPUT_SERVICE_EXCEPTION = 3800001,
|
||||
/** @error Interceptor repeatedly created for an application */
|
||||
INPUT_REPEAT_INTERCEPTOR = 4200001,
|
||||
/** @error Already occupied by the system */
|
||||
/**
|
||||
* @error Already occupied by the system
|
||||
* @since 13
|
||||
*/
|
||||
INPUT_OCCUPIED_BY_SYSTEM = 4200002,
|
||||
/** @error Already occupied by the other */
|
||||
/**
|
||||
* @error Already occupied by the other
|
||||
* @since 13
|
||||
*/
|
||||
INPUT_OCCUPIED_BY_OTHER = 4200003,
|
||||
} Input_Result;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user