Revision 25ed7e81
Added by danij over 13 years ago
Continued work on the game menu:
- Addressed the possibility of a page without a focusable object, although, I'm not sure that a disabled object should be considered non-focusable - doesn't seem to make sense to me. It would be better if the users of this were updated to apply the MNF_NO_FOCUS flag in addition to MNF_DISABLED if that is the desired behavior. Note that the menu cursor is hidden when no focusable object can be found.
- Replaced most object-by-index lookups with lookup by id.
- Made object-by-index lookup internal to the menu module; we don't want use of this method becoming more prolific than absolutely necessary.
Files
- added
- modified
- copied
- renamed
- deleted