Amy
Amy
The Android version of TIC-80 auto-rotates between portrait and landscape despite auto-rotate being turned off, which seems like a bug, as it is doing the opposite of what the user...
Code example: ``` this.gwuSvr = gwu.NewServer("guitest", "0.0.0.0:3434") this.gwuSvr.AddSessCreatorName("login", "Login Window") this.gwuSvr.AddSHandler(MySessHandler{this, nil}) this.gwuSvr.Start("login") ``` When Start is called, gowut opens a browser page to the ip and port that were...
This seems like a problem if you want to, say, include a feature to change the port via the gowut interface, but can't actually shut down and restart the server....