We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple program like this:
class Main { static function main() { var k = 0; while (k != 3) { // Ctrl+C k = Sys.getChar(false); trace(k); } } }
...is not working when invoked with "-cmd" in .hxml:
-main Main -cpp test --next -cmd test/Main
This breaks for other targets too, including HashLink and Neko. Looks like "-cmd" is not passing the key input.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Simple program like this:
...is not working when invoked with "-cmd" in .hxml:
This breaks for other targets too, including HashLink and Neko. Looks like "-cmd" is not passing the key input.
The text was updated successfully, but these errors were encountered: