Skip to content
Snippets Groups Projects
Unverified Commit d386df6f authored by Jørn Gustav Larsen's avatar Jørn Gustav Larsen Committed by GitHub
Browse files

Enable raw keyboard input (#832)


In order for applications to receive all keyboard inputs, including the
Ctrl-C and Ctrl-Z, the raw input mode has been enabled. As result the
SIGINT will no longer be used, instead the keyboard Ctrl-C event is used
for exiting the framework, but only if no components has made use of it.

Co-authored-by: default avatarJørn Gustav Larsen <jgl@fasttracksoftware.com>
Co-authored-by: default avatarArthurSonzogni <sonzogniarthur@gmail.com>
parent d38b14ff
No related merge requests found
Showing
with 644 additions and 203 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment