home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTMouseController.pas' rev: 3.00
-
- #ifndef AHMTMouseControllerHPP
- #define AHMTMouseControllerHPP
- #include <AHMTFormHook.hpp>
- #include <AHMSystem.hpp>
- #include <Controls.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtmousecontroller
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMMouseController;
- class PASCALIMPLEMENTATION TAHMMouseController : public Ahmtformhook::TAHMHookComponent
- {
- typedef Ahmtformhook::TAHMHookComponent inherited;
-
- public:
- virtual void __fastcall Hooked(Messages::TMessage &AMsg);
- __fastcall virtual ~TAHMMouseController(void);
- void __fastcall FenceAt(const Windows::TRect &ARect);
- void __fastcall FenceAtControl(Controls::TControl* AControl);
- void __fastcall StopFencing(void);
- void __fastcall PositionAt(int X, int Y);
- void __fastcall PositionAtControl(Controls::TControl* AControl);
- public:
- /* TAHMHookComponent.Create */ __fastcall virtual TAHMMouseController(Classes::TComponent* AOwner) :
- Ahmtformhook::TAHMHookComponent(AOwner) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtmousecontroller */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtmousecontroller;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTMouseController
-