//nomouse was/is a xHarbour thing. a cmd line argument to disable
the mouse.
I don't know if it's from C53.
Okay I see. It's not C53 apparently.
a gtinfo would be even better as long it will take of the mouse
cursor from
a full screen mode console.
Yes, someone will have to code this to
//nomouse was/is a xHarbour thing. a cmd line argument to disable the mouse.
I don't know if it's from C53.
a gtinfo would be even better as long it will take of the mouse cursor from
a full screen mode console.
Viktor Szakáts wrote:
>
>> in gtwin line 105 reads
>> /*
>> To disable mouse, in
in gtwin line 105 reads
/*
To disable mouse, initialization was made in cmdarg.c
*/
static BOOL b_MouseEnable = TRUE;
but //nomouse is not honored.
is xharbour's gtwin reads
if( hb_dynsymFind( "HB_NOMOUSE" ) )
{
b_MouseEnable = FALSE;
}
so if there is a function hb_nomouse in existe
in gtwin line 105 reads
/*
To disable mouse, initialization was made in cmdarg.c
*/
static BOOL b_MouseEnable = TRUE;
but //nomouse is not honored.
is xharbour's gtwin reads
if( hb_dynsymFind( "HB_NOMOUSE" ) )
{
b_MouseEnable = FALSE;
}
so if there is a function hb_nomouse in e