I have problem with condition Mouse button released.
My HTML5 game is embedded in iframe. I have condition if mouse button is released then stop doing something. When mouse cursor will be outside layout (iframe) and then button is released condition just doesn't work. Is it a bug or I am doing something wrong ? Comparing Mouse.X or Mouse.AbsoluteX doesn't work also because when cursor is outside layout (iframe) those variables are not updated.