Tell me more ×
User Experience Stack Exchange is a question and answer site for user experience researchers and experts. It's 100% free, no registration required.

Do you any good software that can create mouse move/click/right click heatmaps in a desktop application like a game, office suite etc.? Preferably including key detection, heatmap image saving etc. I need to evaluate GUI of an application.

I can only find software tailored for websites which is not exactly what I need and this application which is too simple.

Any ideas?

share|improve this question
Sorry, but questions requesting recommendations for books / software / apps / papers etc. would fall into the shopping request category and aren't really suitable to a Q&A website. The reason for this is that there is no one correct answer, and such recommended items would soon be updated and replaced with newer / better versions making the best answers redundant. Therefore you're better off visiting our Chat site for such discussions, they're not really suitable for this main site I'm afraid. – JonW Aug 22 '12 at 19:04

closed as not constructive by Matt Rockwell, JonW Aug 22 '12 at 19:04

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

It shouldn't be too difficult write windows form app that tracks the location of the mouse.

I assume having an height by width array and increment the long for every second the mouse is on a pixel. Maybe break the space up into regions rather than individual pixels?

You could make it more clever if you can integrate it into your app so that it knows where your windows are?

share|improve this answer
Yes, that's definitely an option but I don't want to code something that already exists somewhere else hence the question :). Thank you for the reply nevertheless – Kraken Aug 22 '12 at 17:11

Not the answer you're looking for? Browse other questions tagged or ask your own question.