Archive 17/01/2023.

P_ELEMENT undef

codexhound

Trying to get the pointer of the UI sender element on a handler and I am getting P_ELEMENT undef. Where is that defined or do I have to define it.

Pencheff

It is defined inside a namespace of the event you are handling.

using namespace Pressed;
codexhound

Thanks for the quick response