Searched refs:actionTimeValue (Results 1 – 1 of 1) sorted by relevance
1424 napi_value actionTimeValue = nullptr; in SetInputEventProperty() local1426 NAPI_CALL_RETURN_VOID(env, napi_create_int64(env, actionTime, &actionTimeValue)); in SetInputEventProperty()1427 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, result, "actionTime", actionTimeValue)); in SetInputEventProperty()