Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetKeyEvent
- Timestamp:
- 08/20/18 08:05:52 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetKeyEvent
v1 v1 1 = SetKeyEvent = 2 CForm member function to set an event to alter received keypresses before processing by the form. 3 4 {{{ 5 void CForm::SetKeyEvent(int (*pEventKey)(CForm* pForm, CFormItem *pItem, int nData)) 6 }}} 7 8 == Parameters == 9 10 pEventKey = Event to handle keypresses 11 12 == Return Value == 13 14 This function may return 0 to disregard the keypress or the ASCII value to be processed as the key. 15 16 == Remarks == 17 18 == Examples == 19 20 {{{ 21 }}} 22 23 {{{ 24 }}} 25 26 == See Also == 27 28 29