When using AppGameKit Classic I find that the GetScreenYFrom3D() function returns an inverted screen position value. I get around this by using GetVirtualResolution() - GetScreenYFrom3D().
However, I use AppGameKit Studio to target Vulkan and the GetScreenYFrom3D() function works normally (not inverted).
Is anybody else getting this problem?