Hi all,
When was #PB_EventType_ReturnKey removed and what was it replaced with ?
I'm having to recompile an older piece of code and this has been highlighted.
Cheers
Captain S
#PB_EventType_ReturnKey
- captain_skank
- Enthusiast
- Posts: 641
- Joined: Fri Oct 06, 2006 3:57 pm
- Location: England
Re: #PB_EventType_ReturnKey
As far as I can tell it predates the documentation in the public repo, so prior to 2020. You could use AddKeyboardShortcut to get notified at the window level, or the CanvasGadget supports key events at the gadget level.
- captain_skank
- Enthusiast
- Posts: 641
- Joined: Fri Oct 06, 2006 3:57 pm
- Location: England
Re: #PB_EventType_ReturnKey
Thanks for the info, compileif option was a perfect solution for this use case I.E requiring the least amount of effort 
