Signed-off-by: hellohyh001 <huiyuehong@huawei.com>
This commit is contained in:
hellohyh001 2024-08-30 12:48:41 +00:00
parent b8fb344349
commit e7e741789e

View File

@ -278,10 +278,9 @@ typedef void (*Input_DeviceAddedCallback)(int32_t deviceId, int32_t type);
/**
* @brief 线
* @param deviceId id
* @param type ;
* @since 13
*/
typedef void (*Input_DeviceRemovedCallback)(int32_t deviceId, int32_t type);
typedef void (*Input_DeviceRemovedCallback)(int32_t deviceId);
/**
* @brief Defines the structure for the interceptor of event callbacks,