Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Not possible to use key when cursor is hidden?

  • #1, by petertermanhansen 7 years ago Zitieren
    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
  • #2, by afrlme 7 years ago Zitieren
    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.

  • #3, by petertermanhansen 7 years ago Zitieren
    thanks AFRLme