update multimodalinput/kits/c/input/oh_input_manager.h.

dadad

Signed-off-by: HYH <huiyuehong@huawei.com>
This commit is contained in:
HYH 2024-09-09 09:03:50 +00:00 committed by Gitee
parent 5dca686149
commit 1a48032a88
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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;