commit | 784b711393f99523482515d7e6d0114f96f2ecec | [log] [download] |
---|---|---|
author | nicm <nicm> | Thu Oct 10 11:57:52 2013 +0000 |
committer | nicm <nicm> | Thu Oct 10 11:57:52 2013 +0000 |
tree | b9a31f005c2f4192b6bc62d9188849be74626084 | |
parent | 81a548bcc4bf4e85935ce8ee65217b41d094d990 [diff] |
Assign mouse x/y coords before checking them. When receiving mouse inputs, we should set the x/y coordinates earlier than we currently do, so that we aren't off-by-one in the case when the statusbar is at the top of the screen. By Thomas Adam.