Ignore:
Timestamp:
Aug 13, 2006, 12:50:25 PM (19 years ago)
Author:
bird
Message:

Grr. HK_MSGINPUT / PM sucks. Got mouse working, but the hook code contains seriously bad hacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/platform/CPMScreen.h

    r2755 r2763  
    100100        HWND                            createWindow(const char* name);
    101101        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;
    102106
    103107        // convenience function to send events
     
    227231        SetZoneFunc                     m_setZone;
    228232        SetModeFunc                     m_setMode;
     233        FakeMsgFunc                     m_fakeMsg;
    229234
    230235        // keyboard stuff
Note: See TracChangeset for help on using the changeset viewer.