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
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Raymond Penners | Feb 13 2003 12:11:44 UTC | blocks | 175 | |
| Rob Caelers | Feb 22 2003 06:19:29 UTC | summary | No keystrokes/click registered in statistics | No keystrokes/clicks registered in statistics on Win32 |
| Raymond Penners | Mar 2 2003 04:42:35 UTC | status | NEW | ASSIGNED |
| Raymond Penners | Mar 2 2003 04:53:32 UTC | status | ASSIGNED | RESOLVED |
| resolution | FIXED |
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...