Ticket #182 (closed 不具合: fixed)

Opened 3 years ago

Last modified 3 years ago

イベントが発生しないとマウスカーソルが消えない?

Reported by: gotoh Assigned to: horiguti
Priority: minor Milestone: ver 3.00
Component: UI Version: 3.00 (開発中)
Keywords: cursor Cc:

Description

#179を試していて気がついたが、w32-hide-mouse-timeoutの値を小さくしても、 キーボードも何も押さずにじっとしているだけではカーソルは消えてくれない。 どうも何かしらのWindowsメッセージが届かないと処理されない感じ。 SetTimer?()がなされていない?

meadowはnetinstallで導入したr3888を使用。 再現方法は

  1. meadow -1 で起動
  2. (setq w32-hide-mouse-on-key nil w32-hide-mouse-timeout 100) を評価
  3. マウスをちょっと動かして表示させ、meadowの描画領域の中でそのまま放置。=> 消えない
  4. shiftキーあたりをポチッと押すとマウスが消える。

Attachments

Change History

2005年09月30日 22時48分02秒 changed by gotoh

2005年10月12日 00時53分31秒 changed by horiguti

  • owner set to horiguti.
  • status changed from new to assigned.

2005年10月12日 00時59分10秒 changed by horiguti

  • status changed from assigned to closed.
  • resolution set to fixed.

結局 SetTimer? を使ってWM_TIMER を発生させるようにしました. r3898 で私のところでは動いています.

2005年10月12日 12時54分00秒 changed by anonymous

  • milestone set to ver 3.00.

Add/Change #182 (イベントが発生しないとマウスカーソルが消えない?)




Change Properties
Action