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/CPMSynergyHook.h

    r2755 r2763  
    7777typedef void            (*SetZoneFunc)(SInt32, SInt32, SInt32, SInt32, SInt32);
    7878typedef void            (*SetModeFunc)(int);
     79typedef const char *    (*FakeMsgFunc)(HAB hab, const QMSG *pQmsg);
    7980
    8081CSYNERGYHOOK_API bool   init(HMQ hmq, int tid, int pid);
     
    8485CSYNERGYHOOK_API void   setSides(UInt32 sides);
    8586CSYNERGYHOOK_API void   setZone(SInt32 x, SInt32 y, SInt32 cx, SInt32 cy, SInt32 jumpZoneSize);
    86 CSYNERGYHOOK_API void   setMode(EHookMode mode);
     87CSYNERGYHOOK_API const char * fakeMsg(HAB hab, const QMSG *pQmsg);
    8788
    8889#endif
Note: See TracChangeset for help on using the changeset viewer.