MCPcopy Create free account
hub / github.com/M2Team/NanaBox / DoubleClickDetect

Method DoubleClickDetect

NanaBox/RdpClient.cpp:1047–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected