Please can we have some documentation or examples on how to implement
- Ability to intercept and mask key events has been added to the JS key event listener .
(as added in Sim Update #4)
I did get a little help with this, but so far, I have not been able to successfully intercept Key Events
ie the correct use of::
(1) RegisterViewListener('JS_LISTENER_KEYEVENT') (2) listener.on('keyIntercepted', keyEventName => { (3) Coherent.call('INTERCEPT_KEY_EVENT', 'AP_NAV1_HOLD', 1);
and anything else needed to intercept key events
Currently, I cannot find any mention of this in the SDK, or anywhere else I have searched, including all the MSFS JS files currently on my PC.