While in the PlayGui...
new GuiControl(g) { noCursor = true; };
Canvas.pushDialog(g);
Despite there being no visible GUI on screen, the normal movement and aiming controls still working, trying to scroll (through items, bricks, wrench menus, etc.) doesn't work.
Canvas.bringToFront(g);
The extra GUI is now behind the PlayGui. Canvas order:
- g
- PlayGui
- NewChatHud
Scrolling still doesn't work. How do I get it to work? Why can the NewChatHud be on there without breaking scrolling too?