Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Block return key input from being grabbed when running from a command line  (Read 969 times)

0 Members and 1 Guest are viewing this topic.

Syntactic Fructose

  • Jr. Member
  • **
  • Posts: 80
  • Overflowing stacks and eating snacks
    • View Profile
I'm having an issue with my program reading a return key input while running the program via command line. I'd like any events at the start of the program or something similar, just to block the return key from being handled as an event when It was really just to get the program running.

Is this possible?


EDIT: I just realized WHY this is specifically happening, it's because I currently check the return key on KeyReleased instead of KeyPressed, I guess I'll just switch over to that and my problem is solved!
« Last Edit: July 30, 2014, 05:40:32 am by Syntactic Fructose »

 

anything