Howdy,
Actually I am familiar with the editor "key press" events for the arrow keys and am using them, but I have need to disable or change what happens when a player presses the "delete" key. Currently in W3 this changes the camera angle and other camera properties, which I don't want the user to be able to do. I had previously used a periodic trigger to set the camera how I want but have moved away from that because of performance concerns. Can anyone see another way to achieve what I'm looking for? If I could intercept or change that delete press... |