Home
last modified time | relevance | path

Searched refs:forceTouchable (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp661 void Session::SetForceTouchable(bool forceTouchable) in SetForceTouchable() argument
663 if (forceTouchable != forceTouchable_) { in SetForceTouchable()
665 static_cast<int>(forceTouchable)); in SetForceTouchable()
667 forceTouchable_ = forceTouchable; in SetForceTouchable()