I am using my own joystick event handling to scroll through a listbox and
this mostly worked fine by calling moveUp/moveDown, except that the
onItemSelected callback did not get called. The fix is for the ListBox to
keep track of the selectedIndex from its last call to update(), via an
extra instance attribute called lastSelectedIndex.
Original issue reported on code.google.com by mackst...@gmail.com on 2 Oct 2008 at 12:15
Original issue reported on code.google.com by
mackst...@gmail.com
on 2 Oct 2008 at 12:15Attachments: