Not possible to use key when cursor is hidden?

  • #1, by petertermanhansenSunday, 24. February 2019, 22:49 5 years ago
    Hi 
    I have a puzzle where i want the player to use a key-stroke in stead of the mouse.
    I hide the cursor and have written appropiate action for the key-stroke.

    But it seems that key-strokes are disabled when cursor is hidden.

    Is that so?

    Regards Peter

    Newbie

    81 Posts


  • #2, by afrlmeSunday, 24. February 2019, 23:17 5 years ago
    Yes, but you can use the Lua key event handler - probably, or you could just set the mouse cursor as a transparent one & disable interaction by overlaying an interface that's the same size as the default game resolution.

    Imperator

    7278 Posts

  • #3, by petertermanhansenMonday, 25. February 2019, 10:10 5 years ago
    thanks AFRLme

    Newbie

    81 Posts