Changes and new features in v1.4.0:
-
New
SessIDCookieName()
andSetSessIDCookieName()
methods inServer
to get / set
the cookie name used to store the Gowut session ID. Useful if you plan to run
multiple Gowut servers on the same computer with the same app path (on different ports);
you can set different session ID cookie names so they won't collide (#42). -
Added
ETypeMouseDown
constant, identical toETypeMousedown
. -
Fixed an issue where
Table.Clear()
could panic if table containednil
components (#23). -
Mouse coordinates in events did not take the body's scroll offset into account, this is fixed now.
Event.Mouse()
andEvent.MouseWin()
now return proper coordinates.