Getting the active gadget

BlitzPlus Forums/BlitzPlus Programming/Getting the active gadget

Is there any way to get the currently active gadget?

you could queryobject to get the hwnd pointer and check it with the hwnd pointer returned from api GetActiveWindow()

GetActiveWindow() can be found in user32.dll