I have integrated CEGUI in X-Plane flight simulator (it was really a challenge

But since X-Plane 2D drawing uses left-bottom corner as zero position I need always to make y-position recalculations (for the mouse, callbacks etc.)
Is it a possibility to setup CEGUI to use bottom-left as zero point? Maybe some setup during build step? Or simplest way to change the source if possible?
Thanks.