Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Terrorcell on Sun 06/01/2013 08:57:28

Title: eKeyCtrlV a built-in command?
Post by: Terrorcell on Sun 06/01/2013 08:57:28
I'm not sure if this has been asked before, but I can't seem to use eKeyCtrlV in on_key_press at all. Is this reserved specifically for displaying the version info, or is there a work-around for using eKeyCtrlV?
Title: Re: eKeyCtrlV a built-in command?
Post by: Khris on Sun 06/01/2013 10:05:33
I can confirm this; Ctrl-V is always intercepted and will display game info, even without the default line in on_key_press.
There's no other way I can see to react to Ctrl-V; IsKeyPressed() doesn't support key combinations.
Title: Re: eKeyCtrlV a built-in command?
Post by: Terrorcell on Sun 06/01/2013 10:19:51
Bugger. Oh well, thanks for the confirmation.
Title: Re: eKeyCtrlV a built-in command?
Post by: JJS on Sun 06/01/2013 16:00:51
I suppose this should be considered an engine bug?