I need to fire the on Key event then a On Enter or On Click event so it will send the event until the click is lifted but it the on click for the mouse does not seem to send the command all the time like the keyboard does the.
System.IsKeyDown(1) seems to fire once not keep a eye on it if its still be fired like the on key command when I do that one it keeps checking so my action keeps getting fired how can I emulate this?
System.IsKeyDown(1) seems to fire once not keep a eye on it if its still be fired like the on key command when I do that one it keeps checking so my action keeps getting fired how can I emulate this?