disableUserInput – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search

Grumble

I really wish this command was never used! Please, mission makers, always allow me to escape out. I may wish to join another server or.. A lot of people like to use this command to "punish" team killers by not allowing them to do anything for 5 min. or whatever... the only way to escape this is to ALT-F4 and restart game. Very very annoying! --Doolittle 19:16, 21 June 2007 (CEST)

About user input getting stuck

Killzone_Kid's note suggests that disabling user input should only be done when no user input is current. I'm new to the platform but expect that user controller actions can be read, so it should be possible to ask (pseudo code) if (user is not pressing any keys or moving their mouse) then { disable their input; }; or even perhaps emulate a lack of input prior to diabling to avoid running into the unexpected behaviour (bug)? Fred Gandt (talk) 04:15, 17 March 2014 (CET)