marco-sacchi / RLoader

DOS programs launcher with customizable lists, search and thumbnails display.
MIT License
24 stars 1 forks source link

Implement a custom keyboard handler #15

Closed marco-sacchi closed 3 years ago

marco-sacchi commented 3 years ago

Implement a keyboard handler in order to have more precise control of the keys pressed, repeated, released and the currently pressed (SHIFT, CTRL, ALT) and locked shifts (CAPS LOCK, NUM LOCK, SCROLL LOCK, PAUSE. INSERT).

Define a data structure that contains:

marco-sacchi commented 3 years ago

The keyboard handler has been integrated into the TUI library and has been tested. The issue is closed.