Skip to content

C++ openFrameworks addon which wraps up some poco functionality to make flash-like objects which auto updates/draws and adds mouse methods like onRollOver, onPress, OnRollout? etc with bounds checking with easy to remember functions to register/un-register callbacks.

License

memo/ofxMSAInteractiveObject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxMSAInteractiveObject

Introduction

C++ openFrameworks addon which wraps up some poco functionality to make flash-like objects which auto updates/draws and adds mouse methods like onRollOver, onPress, OnRollout? etc with bounds checking with easy to remember functions to register/un-register callbacks.

Licence

The code in this repository is available under the MIT License.
Copyright (c) 2008-2012 Memo Akten, www.memo.tv
The Mega Super Awesome Visuals Company

Installation

Copy to your openFrameworks/addons folder.

Dependencies

none

Compatibility

OF0072

Known issues

none

Version history

v2.2 23/09/2012

  • compatible with OF0072
  • renamed (uppercase) MSA namespace to (lowercase) msa. (kept MSA as an alias for backwards compatibility)

v2.1 07/04/2009

  • changed license to revised BSD (a lot more more permissive than GPL)

v2.0 23/02/08

  • updated to work with the oF 006 event system (thanks to arturo)
  • added onDragOutside() callback
  • fixed bug with onReleaseOutside()

v1.01 16/10/08

  • minor poco compatibility update

v1.0 14/10/08

  • initial version

About

C++ openFrameworks addon which wraps up some poco functionality to make flash-like objects which auto updates/draws and adds mouse methods like onRollOver, onPress, OnRollout? etc with bounds checking with easy to remember functions to register/un-register callbacks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published