Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetKeyEvent
- Timestamp:
- 03/12/25 08:23:02 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetKeyEvent
v3 v4 2 2 CForm member function to set an event to alter received keypresses before processing by the form. 3 3 4 {{{ 4 {{{#!c++ 5 5 void CForm::SetKeyEvent(int (*pEventKey)(CForm* pForm, CFormItem *pItem, int nData)) 6 6 }}} … … 18 18 == Examples == 19 19 20 {{{ 20 {{{#!c++ 21 21 22 22 int DontAllowZKey(CForm* pForm CFormItem* pItem, int nData)