View Single Post
  #5  
Old 06-22-2010, 03:36 PM
EnvisMJ EnvisMJ is offline
Member
 
Join Date: May 2009
Location: Purdue University, West Lafayette, Indiana
Posts: 44
Sorry for the delay...
Jeff, will that return only once per 'button down' and only once per 'button up' ?
The problem we are having currently is it repeatedly returns that the button is pressed.

Ex. Button is to be used to 'pick up' an item.
Item is indicated by user.
Button is pressed, however, because it is repeatedly returning the current button state, it actually picks up and drops the item multiple times during the fraction of a second the user has the button pressed. So it's a bit of a gamble as to whether the item remains 'picked up' by the time the button is released. Same problem exists when 'releasing an item'.
Reply With Quote