X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.h;h=9c3e8f1002c235bd73f5ea150cb47346f794ab86;hb=4bec9d79a5b66d6fe14b19c4e66509b03cc53e90;hp=7f604241e07618e5dfad47680c6c6c164c3f093a;hpb=e8a3a37b444db18ccac66c318e4cc5e6fe6588e4;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index 7f60424..9c3e8f1 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -92,8 +92,8 @@ namespace CEC virtual uint8_t VolumeUp(bool bSendRelease = true); virtual uint8_t VolumeDown(bool bSendRelease = true); virtual uint8_t MuteAudio(bool bSendRelease = true); - virtual bool SendKeypress(cec_logical_address iDestination, cec_user_control_code key, bool bWait = false); - virtual bool SendKeyRelease(cec_logical_address iDestination, bool bWait = false); + virtual bool SendKeypress(cec_logical_address iDestination, cec_user_control_code key, bool bWait = true); + virtual bool SendKeyRelease(cec_logical_address iDestination, bool bWait = true); virtual cec_osd_name GetDeviceOSDName(cec_logical_address iAddress); virtual bool EnablePhysicalAddressDetection(void); virtual cec_logical_address GetActiveSource(void);