//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, 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 existents b_MouseEnable will
>> initialize to False.
>>
>> can this be implemented in Harbour too
> 
> I don't like such symbol hacks, so if possible we should fine
> some proper solution for this. An API call, or a hb_gtInfo()
> setting. Can you tell some more on //nomouse? I can't find
> any reference to it in C53 (not even undocumented).
> 
> Brgds,
> Viktor
> 
> _______________________________________________
> Harbour mailing list
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/hb_nomouse-like-in-xHarbour-tp3246415p3246491.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to