I suggest Ctrl, or Shift, or both. (L and R buttons).<br><br><div><span class="gmail_quote">On 10/1/07, <b class="gmail_sendername">Ewan Meadows</b> &lt;<a href="mailto:ewan.meadows@gmail.com">ewan.meadows@gmail.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi there, I&#39;m working on a patch for minesweep so it fits the screen a<br>little better (it has a hardcoded screen size at the moment).&nbsp;&nbsp;I found
<br>this bit of code:<br><br>&nbsp;&nbsp;/* On the X86 demo, we use a right button press here, otherwise,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; on the PDAs, we use the key */<br><br>#ifdef CONFIG_PLATFORM_X86DEMO<br>&nbsp;&nbsp;&nbsp;&nbsp;if (button-&gt;buttons &amp; MWBUTTON_R)
<br>#else<br>&nbsp;&nbsp;&nbsp;&nbsp;if ((g_keyflags &amp; KEY_UP) == KEY_UP)<br>#endif<br><br><br>This is so you can flag a mine, but I&#39;ve no idea what I could change<br>it to.&nbsp;&nbsp;Any suggestions?<br>--<br>dslinux-devel mailing list<br><a href="mailto:dslinux-devel@dslinux.in-berlin.de">
dslinux-devel@dslinux.in-berlin.de</a><br><a href="http://mailman.dslinux.in-berlin.de/mailman/listinfo/dslinux-devel">http://mailman.dslinux.in-berlin.de/mailman/listinfo/dslinux-devel</a><br></blockquote></div><br>