View Single Post
  #3  
Old 03-14-2008, 09:41 AM
shivanangel shivanangel is offline
Member
 
Join Date: Feb 2006
Location: New Jersey
Posts: 182
Yes,

I have taken a look at this section and it does cover how the sensor_down and up event work.

However, in the example given it maps a button from a joystick to a variable and then checks if that is the object in question.

With the wiimote, you have a section in the reference which specifies
<wii>.BUTTON_LEFT
<wii>.BUTTON_A
...

when setting up my conditional statement what do I put in there to check the event.

I looked and saw that an event is being returned as 'e' in the callback, then when I did e.object, it told me : __main__._WiimoteSensor(0)

So it is returning a WiimoteSensor, however how do I access what button from the sensor is being pressed? All buttons return the same __main__._WiimoteSensor(0) for the sensor, so I need to go a level deeper to do my check. How do I do this?

Thank You,

George
Reply With Quote