Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/WaitKeypress
- Timestamp:
- 03/12/25 07:54:11 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/WaitKeypress
v2 v3 2 2 Causes the application to wait for a keypress and returns the key pressed. 3 3 4 {{{ 4 {{{#!c++ 5 5 char WaitKeypress(void); 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 DisplayText(0, FONT_HEIGHT * 20, "Press any key"); 24 24 char ch = WaitKeypress();