Author Topic: Method to disable WASD keys  (Read 2470 times)

getluky

  • Guest
Method to disable WASD keys
« on: April 30, 2012, 10:05:28 PM »
Hi @ArenMook, would you consider making the WASD navigation controls inside UICamera optional? I needed to modify that and remove them because the keyboard navigation was messing with a keybinding UI that I was creating where "WASD" may all be keys that the player wishes to bind. Thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Method to disable WASD keys
« Reply #1 on: May 01, 2012, 08:02:24 AM »
Just disable the "keyboard" checkbox on UICamera.

getluky

  • Guest
Re: Method to disable WASD keys
« Reply #2 on: May 01, 2012, 04:35:22 PM »
Ah, as usual, the simple way is better. :)