Page 1 of 1

#PB_EventType_ReturnKey

Posted: Wed Aug 13, 2025 2:43 pm
by captain_skank
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

Re: #PB_EventType_ReturnKey

Posted: Wed Aug 13, 2025 5:55 pm
by spikey
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.

Re: #PB_EventType_ReturnKey

Posted: Wed Aug 13, 2025 5:58 pm
by HeX0R

Re: #PB_EventType_ReturnKey

Posted: Wed Aug 13, 2025 9:33 pm
by captain_skank
Thanks for the info, compileif option was a perfect solution for this use case I.E requiring the least amount of effort :D