Menu
Login
Language
DE EN FR ES IT CZ
Back

How do I change keyboard commands to "gestures" for a mobile game?

  • #1, by jonas-common-colors Friday, 19. August 2016, 07:22 10 years ago Quote
    Hey guys!

    I'd like to create a game for PC, Mac AND mobile devices. But: How do I "tell" Visionaire which "gestures" (e.g. on an iPad or android phone) lead to which command? In the engine, I can only find keyboard and gamepad buttons.
    I'm looking forward to reading your answers smile

    Best regards,
    Jonas

    Newbie

    29 Posts

  • #2, by afrlme Friday, 19. August 2016, 13:20 10 years ago Quote
    I believe they can be done through Lua script. Unfortunately we don't have any documentation on them & I've not needed to use them myself yet, so I can't help you there. I'm sure SimonS will probably be able to shed some light on this topic whenever he logs on / sees it.

    Imperator

    7289 Posts

  • #3, by sebastian Thursday, 25. August 2016, 22:16 10 years ago Quote
    I would love to see some feedback here from the dev team smile

    What I would guess so far (i never saw a VS game on smartphone) that the cursor and mechanics would remain the same as on computer. Just like ScummVM on Smartphones... (cursor is controlled by finger, left click = short tap, right click = long tap ?)

    Thread Captain

    2346 Posts

  • #4, by afrlme Thursday, 25. August 2016, 22:34 10 years ago Quote
    As far as I'm aware gestures was implemented into one of the early 4.x builds, but I have no clue how to access them.

    #1178

    • new feature: multitouch event handler for mobile
    • reworked mobile touch usage (e.g. swipe right skips cutscenes and movies)

    Imperator

    7289 Posts

  • #5, by pixelgeist Wednesday, 04. July 2018, 02:29 8 years ago Quote
    Hi, just wondering if there had been any updates on this?  Would love to have access to some gesture functionality.

    Newbie

    16 Posts

  • #6, by trepn Wednesday, 11. July 2018, 09:27 8 years ago Quote
    Also interested

    Newbie

    60 Posts

  • #7, by jeff Tuesday, 07. August 2018, 00:09 7 years ago Quote
    Is this still being developed? Not sure why this has not been addressed by developers.

    Newbie

    17 Posts

  • #8, by SimonS Tuesday, 07. August 2018, 00:27 7 years ago Quote
    The recommendation is to always use commands, then you can build everything else around it. Taps are mapped to clicks, if you need more complicated things you can use the lua eventhandler. There is also eEvtMultiGesture for pinch zooms.

    Thread Captain

    1616 Posts