HUD Groups

by Forum_account
An easy way to manage screen objects.
ID:327354
 
BYOND Version:493
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 17.0.963.56
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
(really don't like the out-of-context, provided template, so I'm not using it)

The input object doesn't play nice with NO_KEY_REPEAT from the Keyboard library. It uses key_repeat() without checking if NO_KEY_REPEAT isn't defined.

The only reason I use NO_KEY_REPEAT is so that shift/ctrl doesn't somehow key-up my movement keys. That is, if you're already moving and you hold shift, you'll stop moving, unless NO_KEY_REPEAT is defined.
Thanks! I'll include this change in the next update.