Fix bmMenuRunWithKey documentation

This commit is contained in:
Jari Vetoniemi 2014-04-10 13:08:38 +03:00
parent e230f03e54
commit d53c91393d
2 changed files with 4 additions and 0 deletions

View File

@ -227,6 +227,8 @@ bmKey bmMenuGetKey(bmMenu *menu, unsigned int *unicode);
* Advances menu logic with key and unicode as input.
*
* @param menu bmMenu instance to be advanced.
* @param key Key input that will advance menu logic.
* @param unicode Unicode input that will advance menu logic.
* @return bmRunResult for menu state.
*/
bmRunResult bmMenuRunWithKey(bmMenu *menu, bmKey key, unsigned int unicode);

View File

@ -384,6 +384,8 @@ bmKey bmMenuGetKey(bmMenu *menu, unsigned int *unicode)
* Advances menu logic with key and unicode as input.
*
* @param menu bmMenu instance to be advanced.
* @param key Key input that will advance menu logic.
* @param unicode Unicode input that will advance menu logic.
* @return bmRunResult for menu state.
*/
bmRunResult bmMenuRunWithKey(bmMenu *menu, bmKey key, unsigned int unicode)