| 1045 | } |
| 1046 | |
| 1047 | bool NanaBox::RdpClient::DoubleClickDetect() |
| 1048 | { |
| 1049 | LONG RawValue; |
| 1050 | winrt::check_hresult( |
| 1051 | this->m_AdvancedSettings->get_DoubleClickDetect( |
| 1052 | &RawValue)); |
| 1053 | return RawValue; |
| 1054 | } |
| 1055 | |
| 1056 | void NanaBox::RdpClient::DoubleClickDetect( |
| 1057 | bool const& Value) |
nothing calls this directly
no outgoing calls
no test coverage detected