Hi All,
i was searching for some code to give me an idea as to how to write my own mouse recorder. I did find this;
http://www.purearea.net/pb/showcase/sho ... =20&sort=2
which is great, and does most of what i need. Does anyone have any code which shows how this might be achieved.
I am guessing that i would need to use hooks but i am not sure.
Thanks
Mouse Recording
-
- User
- Posts: 84
- Joined: Sat Jul 19, 2003 6:45 pm
- Location: UK
Mouse Recording
I looked up 'paranoid' in the dictionary this morning.
It said, 'what do you want to know that for?'
It said, 'what do you want to know that for?'
Not the actual version!
Take this:
http://www.thinkrelative.de/Recorder.exe
You don't need hooks for simple mouse recording.
I've only used:
GetAsyncKeyState_(), GetCursorPos_(), mouse_event_()
and SetCursorPos_(). Thats all.
Some hints:
multi monitoring = screen coordinates could be negative
Doubleclick time = system dependent!
Regards,
Mischa
Take this:
http://www.thinkrelative.de/Recorder.exe
You don't need hooks for simple mouse recording.
I've only used:
GetAsyncKeyState_(), GetCursorPos_(), mouse_event_()
and SetCursorPos_(). Thats all.
Some hints:
multi monitoring = screen coordinates could be negative

Doubleclick time = system dependent!
Regards,
Mischa
-
- User
- Posts: 84
- Joined: Sat Jul 19, 2003 6:45 pm
- Location: UK
hehehehetraumatic wrote:You've never seen my mom trying to double click...Mischa wrote:Doubleclick time = system dependent!
my girlfriend doubleclicks everything. even links and buttons on a webpage. can't imagine why and I've told her she don't have to do that, but, she still does it

I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Any way to speed up the playback many times over, maybe 1000%?Take this:
http://www.thinkrelative.de/Recorder.exe

- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
heh.. how about a speed 'slider' ..Kale wrote:Any way to speed up the playback many times over, maybe 1000%?Take this:
http://www.thinkrelative.de/Recorder.exe
