comp380team3 / PuzzlePathDimension

Class project for COMP 380 at California State University, Northridge
0 stars 0 forks source link

Enable mouse support in the menu screens. #68

Closed Twisol closed 11 years ago

Twisol commented 11 years ago

It is intuitive to click a menu button to select it, but this input method is not currently supported.

Twisol commented 11 years ago

I expect this to be somewhat difficult. The menus don't keep track of positional data for the menu buttons; they only know about the relational information between adjacent buttons.

Jjp137 commented 11 years ago

103 resolves this issue.

(One day, we'll resolve it in a much better way, but for now...)