New entry (Cygwin API Questions): 'Is there a mouse interface?' -- No.

This commit is contained in:
David Starks-Browning 2000-07-25 20:13:38 +00:00
parent 717a3d7b37
commit 74b29f02d9
1 changed files with 5 additions and 0 deletions

View File

@ -846,6 +846,11 @@ net release.)}
Did you explicitly call tzset() before checking the value of _timezone?
If not, you must do so.
@subsection Is there a mouse interface?
There is no way to capture mouse events from Cygwin. There are
currently no plans to add support for this.
@section Programming Questions
@subsection Why are compiled executables so huge?!?