03-23-2010, 10:10 PM
Got stuck coming to work today (just got here in fact).
BUT... I nearly finished my INPUT module. Besides it not interfering with the Joypad system, I now included a new Input.double? function to detect 'double-clicked' buttons. :cheery: And yes, the constants are using the standard INPUT:: prefix, so commands like if Input.press?(INPUT::Key_J) will detect letter J. And likewise, if Input.double?(INPUT::SPACE) will check to see if you doubleclicked the spacebar.
I'll check to see if it works on VX when I get home.
BUT... I nearly finished my INPUT module. Besides it not interfering with the Joypad system, I now included a new Input.double? function to detect 'double-clicked' buttons. :cheery: And yes, the constants are using the standard INPUT:: prefix, so commands like if Input.press?(INPUT::Key_J) will detect letter J. And likewise, if Input.double?(INPUT::SPACE) will check to see if you doubleclicked the spacebar.
I'll check to see if it works on VX when I get home.