marrus-sh / jelli

A game engine! Currently being developed.
MIT License
1 stars 0 forks source link

Let clicks simulate touches #13

Closed marrus-sh closed 8 years ago

marrus-sh commented 8 years ago

Keyboard support is good, but you should be able to also simulate a touch screen using your mouse.

marrus-sh commented 8 years ago

You can now do this with

<script type="text/plain" class="touch_function click_function">
>>  . . .
</script>