Skip to content

prisonerjohn/ofxAutomatedInput

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxAutomatedInput

Introduction

ofxAutomatedInput is used to record and playback OF input events. This can be used for presentations, debugging, automation, etc.

Based on the addon by the same name by Ben McChesney @ Helios Interactive.

Features

  • Supports Mouse, Key, and Touch input.
  • Event types can be filtered on record and on playback.
  • OF events triggered by default, meaning that your app's mousePressed(), mouseReleased(), keyPressed(), keyReleased(), etc methods will automatically get called.
  • Option to turn off OF event triggering, in which case you can listen for events on the ofxAutomatedInput object directly.

Installation

Just drop the folder into openFrameworks/addons/.

Dependencies

  • ofxXmlSettings

Compatibility

Tested with OF 0.8.4

About

Record and playback openFrameworks input events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.5%
  • C 20.1%
  • Objective-C 2.4%