Bug 191 - No keystrokes/clicks registered in statistics on Win32
Status:
RESOLVED FIXED
Component:
Core :: Win32
Version:
unspecified
Hardware:
PC Windows 2000
Importance:
P3 major
Target Milestone:
---
Assignee:
Raymond Penners
URL:
Depends on:
Blocks:
Reported:
Feb 22 2003 04:30:12 UTC
by:
Rob Caelers
Modified:
Mar 2 2003 04:53:32 UTC
WhoWhenWhatRemovedAdded
Raymond PennersFeb 13 2003 12:11:44 UTCblocks175
Rob CaelersFeb 22 2003 06:19:29 UTCsummaryNo keystrokes/click registered in statisticsNo keystrokes/clicks registered in statistics on Win32
Raymond PennersMar 2 2003 04:42:35 UTCstatusNEWASSIGNED
Raymond PennersMar 2 2003 04:53:32 UTCstatusASSIGNEDRESOLVED
resolutionFIXED
Description
Rob Caelers  Feb 22 2003 04:30:12 UTC
The Win32 Input monitor uses action_notify instead of the more specific:

  virtual void button_notify(int button_mask) = 0;
  virtual void keyboard_notify(int key_code, int modifier) = 0;
Comment 1
Raymond Penners  Mar 2 2003 04:42:35 UTC
I fixed this, but there is something weird going on I cannot seem to fix:
sometimes one mouse click accounts for two clicks in the stats. Perhaps I have
got a nervous mouse... I'll have to see how it behaves at work before I can
close it.
Comment 2
Raymond Penners  Mar 2 2003 04:53:32 UTC
Ah, a bit more RTFM helped...