displaySetEventHandler – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
Does anybody know how to remove this displaySetEventHandler when needed ?  
Does anybody know how to remove this displaySetEventHandler when needed ?  
removeEventHandler seems to be no help with this :-(
removeEventHandler seems to be no help with this :-(
:What about this: _control displaySetEventHandler ["KeyDown", ""]? If it works the same way the other EHs work, this should not work ;) Please sign your comments! --[[User:Raedor|raedor]] 11:15, 11 February 2007 (CET)

Revision as of 12:15, 11 February 2007

Does anybody know how to remove this displaySetEventHandler when needed ? removeEventHandler seems to be no help with this :-(

What about this: _control displaySetEventHandler ["KeyDown", ""]? If it works the same way the other EHs work, this should not work ;) Please sign your comments! --raedor 11:15, 11 February 2007 (CET)