nanogui: [Nano-X] 0.88pre10 + fltk-nanox-pre6


Previous by date: 10 Jul 2000 15:40:49 -0000 [Nano-X] 0.88pre10 + fltk-nanox-pre6, Murphy C. Chen
Next by date: 10 Jul 2000 15:40:49 -0000 flnx, Jean-Nicolas Pouliot
Previous in thread: 10 Jul 2000 15:40:49 -0000 [Nano-X] 0.88pre10 + fltk-nanox-pre6, Murphy C. Chen
Next in thread: 10 Jul 2000 15:40:49 -0000 Re: [Nano-X] 0.88pre10 + fltk-nanox-pre6, Murphy C. Chen

Subject: Re: [Nano-X] 0.88pre10 + fltk-nanox-pre6
From: "Greg Haerr" ####@####.####
Date: 10 Jul 2000 15:40:49 -0000
Message-Id: <001c01bfea85$43971cf0$f617dbd0@censoft.com>

: On my system, the mouse cursor doesn't move and keyboard input
: doesn't have any response.
: It seems something goes wrong with the event delivering mechanism.

Which demo are you running?  What is the microwindows screen
driver that you're using?  Which mouse driver?  I haven't seen this problem.

Regards,

Greg



:
: The following is a dirty fix to the problem:
:
: Originally, in Fl_x.cxx, Row 209:
: --------------------------------
: //      GrCheckNextEvent(&ev);
: //      if(ev.type!=0)
:         if(GrPeekEvent(&ev))
:         {
:                 do_queued_events();
:                 return time;
:         }
:
: Dirty fix:
: ---------
:         GrCheckNextEvent(&ev);
:         if(ev.type!=GR_EVENT_TYPE_NONE)
: //      if(GrPeekEvent(&ev))
:         {
:                 fl_handle(ev);
:                 do_queued_events();
:                 return time;
:         }
:
: Hope this helps.
:
: Sincerely,
: Murphy
:
:
:


Previous by date: 10 Jul 2000 15:40:49 -0000 [Nano-X] 0.88pre10 + fltk-nanox-pre6, Murphy C. Chen
Next by date: 10 Jul 2000 15:40:49 -0000 flnx, Jean-Nicolas Pouliot
Previous in thread: 10 Jul 2000 15:40:49 -0000 [Nano-X] 0.88pre10 + fltk-nanox-pre6, Murphy C. Chen
Next in thread: 10 Jul 2000 15:40:49 -0000 Re: [Nano-X] 0.88pre10 + fltk-nanox-pre6, Murphy C. Chen


Powered by ezmlm-browse 0.20.