Changeset 2763 for trunk/synergy/lib/platform/CPMScreen.h
- Timestamp:
- Aug 13, 2006, 12:50:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/platform/CPMScreen.h
r2755 r2763 100 100 HWND createWindow(const char* name); 101 101 void destroyWindow(HWND) const; 102 103 // fake message injection 104 void fakeMessage(ULONG msg, MPARAM mp1, MPARAM mp2) const; 105 void fakeMouseMessage(ULONG msg, MPARAM mp1) const; 102 106 103 107 // convenience function to send events … … 227 231 SetZoneFunc m_setZone; 228 232 SetModeFunc m_setMode; 233 FakeMsgFunc m_fakeMsg; 229 234 230 235 // keyboard stuff
Note:
See TracChangeset
for help on using the changeset viewer.