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

Notifications You must be signed in to change notification settings

moebiussurfing/ofxMSAInteractiveObject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Added on this modified FORK

Added DoubleClicker.h to handle double and triple mouse clicks.
I use this to enable or disable some editing, changing modes... on my ofApps.
This class is an example:
TextBoxWidget.h


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

Languages

  • C++ 86.8%
  • QML 10.6%
  • Makefile 2.6%