chiark / gitweb /
Subtle UI change to Mines. Although I mostly find the unified left-
authorSimon Tatham <anakin@pobox.com>
Sun, 10 Jul 2005 09:27:08 +0000 (09:27 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 10 Jul 2005 09:27:08 +0000 (09:27 +0000)
commitac36314b021854a642593be87a99cad9b04333a5
tree64edc4086ab91a96c9ad70dd9868bcf5081b6291
parent2ec5a51c35c12b861eacd2e4566ba786c1270803
Subtle UI change to Mines. Although I mostly find the unified left-
button interface (same button to open a closed square or to clear
around an open one) to be a massive help, there is one circumstance
in which it frequently kills me: if I click down on an open square I
want to clear around, then the mouse pointer accidentally drifts
over on to the nearest closed square before I release, I'll end up
opening that square instead and (usually) dying. So this checkin
causes Mines to note which type of square I left-clicked on, and to
do nothing if the button release is on the other type.

[originally from svn r6086]
mines.c