ID:2242957
 
(See the best response by Ter13.)
As the title says I remember working it out once but It has been so long I don't even remember how to. The problem is that I can drag the default window around(even when full screen) I want to prevent players from dragging that window (without checking disable since i have buttons on that window).


Best response
You can't really do this directly in a way that doesn't include browser hacks or a server winset() pulse (which is wildly inefficient). Even if you disable the titlebar, windows are still movable using the default windows hotkeys and accessibility tools.

Being movable is a property of non-fullscreen exclusive mode windows.
Thanks