Searched refs:GetTouchpadFunc (Results 1 – 2 of 2) sorted by relevance
25 using GetTouchpadFunc = std::function<napi_value (napi_env env, napi_value handle)>; variable89 static napi_value GetTouchpadData(napi_env env, napi_callback_info info, GetTouchpadFunc func);
1346 napi_value JsPointerContext::GetTouchpadData(napi_env env, napi_callback_info info, GetTouchpadFunc… in GetTouchpadData()