Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

13.06.2007 07:57:55
wiimote: can users extend functionality?
View

This posting is older than 6 months and can contain outdated information.
First I would like to say: Wow! I hadn't used Remote Buddy for quite some time and was blown away by the new features and stability of version 1.0.

My question concerns how much functionality users can create for Remote Buddy and the wiimote. I've been working with Hiroaki's Darwiin Remote and was wondering if I could add some of the functions I created in that project to Remote Buddy, like:

nunchuk support 
accelerometer mouse mode

And another feature I've been thinking quite a bit about:

multiple button presses

As I look at the SDK it seems that it provides methods for Remote Buddy to interface to external projects, but not a way to expand RB itself.

I am a novice programmer so if I have missed something obvious I apologize.

Thanks! 

These entries from the FAQ may be relevant to this topic:

Hardware - Apple® Remote
Hardware - Wii™ Remote
Hardware - iPhone™ / iPod® touch / AJAX Remote
User

14.06.2007 16:53:02
Re: wiimote: can users extend functionality?
View

This posting is older than 6 months and can contain outdated information.
Thanks for asking!

Remote Buddy's drivers are all closed source and compiled directly 
into Remote Buddy for the time being, so I'm afraid you can not 
extend it for now.

I do however intend to add support for more and more features of the 
Wii™ Remote as I find time to do so. Remote Buddy's internal 
structure does allow for multiple button presses. Right now, the WR 
driver does seperate them to subsequent press / release events to 
avoid unexpected behaviour of Behaviours (i.e. if you press left and 
up at the same time in an application whose actions send f.ex. Ctrl + 
A and Shift + Command + H respectively, you'd end up with Ctrl + 
Shift + Command + (A? H? Both?), which could trigger a totally 
unwanted shortcut.

I'm looking into some interesting options, though, to expose multiple 
button press functionality for those that want to use it.

Best regards, 
Felix