Dear team, <div><br></div><div>I thought I already sent a mail on -devel about that, then clone2727 to prove me I was wrong.</div><div><br></div><div>In Soltys (CGE engine), there's a puzzle requiring the user to simultaneously press the ALT key and to click on an object in the game.</div>
<div>At this time, I have no solutions to work around this. In my humble opinion, using the virtual keyboard and click in the game is not possible on several platforms</div><div><br></div><div>The solution I was about to push is a workaround based on the OS defined:</div>
<div><div>#if defined(WIN32) || defined(UNIX) || defined(MACOSX) || defined(MOTOEZX) || defined(LINUPY) || defined(LINUXMOTO_SDL)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if (spr->_ref == 1 && _keyboard->_keyAlt) {</div>
<div>#else</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>if (spr->_ref == 1 && _gameCase2Cpt > 1) {</div><div>#endif</div></div><div><br></div><div>Another solution suggested by clone2727 is to use the keymapper, but I'm not sure it's working in all case (typically, when the virtual keyboard is involved)</div>
<div><br></div><div>The puzzle itself is not fascinating, I don't think it's a great loss to partially skip the scene when the ALT key is not available.</div><div>The puzzle consist of winning a dice game against 2 guys and a goat. You get an obscure hint about the alt key after playing dice 5 times, </div>
<div>then it gives a more clear hint (always the same) after 10, 15, 20, 25 and 30 tries, then it gives no more clue.</div><div><br></div><div>The workaround makes Soltys win the game on the 2nd try.</div><div><br></div><div>
I'd like your opinion about this problematic, provided you have one.</div><div><br></div><div>Thanks in advance!</div><div><br></div><div>Best regards,</div><div>Arnaud</div>