Set nagative X position for ResizableWindow possible?

Hi,

is it possible to set a negative X for a ResizableWindow? If not, which component I have to hack?

Why? I like to auto move a window with a focused input component to center the input on the top half of the screen (as workaround for the mobile on display keyboards), but if the ResizableWindow is to hight I can't move it to the required position.

Thanks

Normally a ResizableWindow will have a bounds constrainer set to keep it on screen, but you can disable the constrainer to allow it to be moved to any position you want.

Thanks, Jules.

To correct: I mean Y not X, because X is possible by default (EDIT: X is possible on iOS)