??????
You are not logged in.
I left a game once by clicking into the window to give it focus without realizing I was clicking onto the [Leave] button. There should be some sort of confirmation required to reduce the chance that anyone unintentionally leaves with money in play.
Offline
A confirmation would be a good idea, but IMO clicks that bring the window into focus should be ignored. SDL sends separate events for window focus and clicks, so I guess the only way to detect that is if you get both events on the same event queue poll.
Last edited by .. (2014-11-25 08:49:53)
Offline
I left a game once by clicking into the window to give it focus without realizing I was clicking onto the [Leave] button. There should be some sort of confirmation required to reduce the chance that anyone unintentionally leaves with money in play.
Agreed. this has happened to me before as well.
Offline
Leave confirmation has been added in source. Will be released in v9.
Offline