PDA

View Full Version : Any counters for mouse clicks?



patricks
2009-04-29, 06:15 PM
Just wondering if there's anything, perhaps in the Journal files that keep track of mouse clicks in the program. I see this "Event Counter" list at the end of my journal file, but I'm not sure if any of them relate to mouse clicks.



Jrn.Command "SystemMenu" , "Quit the application; prompts to save projects , ID_APP_EXIT"
' 0:< VM Delta: Available +16 MB -> 2577 MB, Used -8 MB -> 176 MB
'C 29-Apr-2009 12:29:31.811; 0:< ->ExitInstance
' 0:< Journal Exit
' 0:< Event Counters
' 0:< >CompoundWallStructureDlg, 3 hits
' 0:< >DBG_SOMETHING, 9 hits
' 0:< >resolveJoinStructure, 3316 hits
' 0:< >VWall::tweakGRepsInView, 2034 hits
' 0:< >WallJoinStructure, 546 hits
' 0:< VM Delta: Available +10 MB -> 2587 MB, Used -9 MB -> 167 MB
'C 29-Apr-2009 12:29:35.030; 0:< <-ExitInstance
' 0:< 29-Apr-2009 12:29:38.077; finished recording journal file

sthedens
2009-04-29, 06:51 PM
Look for:

"Jrn.LButtonDown"
"Jrn.MButtonDown"
"Jrn.RButtonDown"

patricks
2009-04-30, 01:01 PM
Look for:

"Jrn.LButtonDown"
"Jrn.MButtonDown"
"Jrn.RButtonDown"

I see.. now if there were only a way to find all instances of that and count them in the journal file.

I'd like to get an average of mouse clicks per day for 2009 vs. 2010. ;)