Hi,
or could it be MCol() as from CA Clipper 5.3 and as defined in
harbour/source/rtl/mouse53.c ?
Other mouse functions are:
MPRESENT
MHIDE
MSHOW
MSETCURSOR
MROW
MSETPOS
MLEFTDOWN
MRIGHTDOWN
MDBLCLK
MSAVESTATE
MRESTSTATE
MSETBOUNDS
HB_MMIDDLEDOWN
Obviously they are redirected to below harbour function list.
Best regards,
Francesco
Il 19/03/2009 16.04, Lorenzo Fiorini ha scritto:
On Thu, Mar 19, 2009 at 3:57 PM, Enrico Maria Giordano
<e.m.giord...@emagsoftware.it> wrote:
How about the function hb_mouse_Col()? I don't know what it is for but an
italian colleague is trying to use it and get unresolved external.
Could it be hb_mouseCol()?
Here are the hb_mouseXYZ funcs I found:
extern HB_EXPORT BOOL hb_mouseIsPresent( void );
extern HB_EXPORT BOOL hb_mouseGetCursor( void );
extern HB_EXPORT void hb_mouseSetCursor( BOOL bVisible );
extern HB_EXPORT int hb_mouseCol( void );
extern HB_EXPORT int hb_mouseRow( void );
extern HB_EXPORT void hb_mouseGetPos( int * piRow, int * piCol );
extern HB_EXPORT void hb_mouseSetPos( int iRow, int iCol );
extern HB_EXPORT void hb_mouseSetBounds( int iTop, int iLeft,
int iBottom, int iRight );
extern HB_EXPORT void hb_mouseGetBounds( int * piTop, int *
piLeft, int * piBottom, int * piRight );
extern HB_EXPORT int hb_mouseStorageSize( void );
extern HB_EXPORT void hb_mouseSaveState( BYTE * pBuffer );
extern HB_EXPORT void hb_mouseRestoreState( BYTE * pBuffer );
extern HB_EXPORT int hb_mouseGetDoubleClickSpeed( void );
extern HB_EXPORT void hb_mouseSetDoubleClickSpeed( int iSpeed );
extern HB_EXPORT int hb_mouseCountButton( void );
extern HB_EXPORT BOOL hb_mouseButtonState( int iButton );
extern HB_EXPORT BOOL hb_mouseButtonPressed( int iButton, int *
piRow, int * piCol );
extern HB_EXPORT BOOL hb_mouseButtonReleased( int iButton, int *
piRow, int * piCol );
extern HB_EXPORT int hb_mouseReadKey( int iEventMask );
best regards,
Lorenzo
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour