We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f205d2 commit 5174871Copy full SHA for 5174871
QtScrcpy/device/controller/inputconvert/controlmsg.cpp
@@ -142,6 +142,7 @@ QByteArray ControlMsg::serializeData()
142
break;
143
case CMT_GET_CLIPBOARD:
144
buffer.putChar(m_data.getClipboard.copyKey);
145
+ break;
146
case CMT_SET_CLIPBOARD:
147
BufferUtil::write64(buffer, m_data.setClipboard.sequence);
148
buffer.putChar(!!m_data.setClipboard.paste);
0 commit comments