PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, October 7, 2022

[FIXED] Where can I get stats on mouse clicks?

 October 07, 2022     statistics     No comments   

Issue

I'm interested in finding out whether people tend to click the mouse faster when it's cold or hot, if the time of day affects the speed of mouse clicks, and lots of other information like that.

Does anyone know where I can get this kind of information?


Solution

You can get at least some of this kind of information on Mac OS X, Linux, and Windows with WhatPulse:

https://whatpulse.org

As far as combining that with other data like time of day or cold or hotness, I would check out AppleEvents and possibly using a USB micro controller to measure the temperature and keep track of time of day... you could even make a USB-based micro controller that hooks up between the mouse and the keyboard and collects mouse clicks and passes them along, keeping track of those other data points along the way. If you have any questions about how to get/use/program a micro controller, shoot me a message!

Aha! I found something for you:

Link



Answered By - Jacob Jackson
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing