Changeset 2763 for trunk/synergy/lib/platform/CPMKeyState.cpp
- Timestamp:
- Aug 13, 2006, 12:50:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/platform/CPMKeyState.cpp
r2761 r2763 650 650 switch (keystroke.m_type) { 651 651 case Keystroke::kButton: { 652 LOG((CLOG_DEBUG1 " %03x (%08x) %s", keystroke.m_data.m_button.m_button, keystroke.m_data.m_button.m_client, keystroke.m_data.m_button.m_press ? "down" : "up")); 652 LOG((CLOG_DEBUG1 " %03x (%08x) %s%s", keystroke.m_data.m_button.m_button, keystroke.m_data.m_button.m_client, 653 keystroke.m_data.m_button.m_press ? "down" : "up", keystroke.m_data.m_button.m_repeat ? " repeate" : "")); 653 654 KeyButton button = keystroke.m_data.m_button.m_button; 654 655
Note:
See TracChangeset
for help on using the changeset viewer.