Input Capture

Developed or developing a new product in PureBasic? Tell the world about it.
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Input Capture

Post by Dreglor »

This Small app I made in less then 6 hours!
It Simply Captures your mouse and keyboard input so you can play them back. You can save and load captures very easily and you can change the sampling and playback rates to get a better capture or faster playback.
It's a Tiny Macro creator.

Known Problems or Minor Hiccups:
  • Mouse Wheel is not recorded (future release?)
  • If Sampling Rate is too low events are missed and cause problems during playback (this is a side effect of a slow sample rate)
  • If Playback Rate is set too high after playback the system is unresponsive to input (windows is trying to catch up to the flood of input commands)
  • If Sampling rate or playback rate is set to zero or doesn't contain any numbers, recording and playback crashes the program (I'm lazy to put a check :roll: )

oh and there a small candy in the about 8)

Here is the Main file
InputCapture.exe
Image

Sample Recording (should work on most systems)
42.isc
Image
~Dreglor
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

nice :D
Post Reply