Home
last modified time | relevance | path

Searched refs:hasLocalPointerDevice (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_free.cpp64 bool hasLocalPointerDevice = env_->GetDeviceManager().HasLocalPointerDevice(); in SetPointerVisible() local
65 bool visible = !context.NeedHideCursor() && hasLocalPointerDevice; in SetPointerVisible()
67 visible ? "true" : "false", hasLocalPointerDevice ? "true" : "false"); in SetPointerVisible()
H A Dcooperate_out.cpp63 bool hasLocalPointerDevice = env_->GetDeviceManager().HasLocalPointerDevice(); in SetPointerVisible() local
64 bool visible = !context.NeedHideCursor() && hasLocalPointerDevice; in SetPointerVisible()
66 visible ? "true" : "false", hasLocalPointerDevice ? "true" : "false"); in SetPointerVisible()

Completed in 2 milliseconds