myrkraverk 18.10.2019, 00:57 |
Getting the raw state of the keyboard with CauseWay? (Developers) |
Ok, so I've been playing with the CauseWay extender for a bit, and I'm trying to read the keyboard. So far I've just been using OpenWatcom's conio.h. However, I cannot seem to get key events for things like control+space in DOSBox-X. |
myrkraverk 18.10.2019, 01:26 @ myrkraverk |
Getting the raw state of the keyboard with CauseWay? |
> Ok, so I've been playing with the CauseWay extender for a bit, and I'm |
myrkraverk 18.10.2019, 19:35 @ myrkraverk |
Getting the raw state of the keyboard with CauseWay? |
A friendly soul on usenet guided me to the _bios_keybrd() function which I've used to get scan codes and shift states. I have no immediate need to write my own keyboard handler with CauseWay, though I'll admit I'm still a bit curious how to do it. |
myrkraverk 21.10.2019, 12:48 @ myrkraverk |
Getting the raw state of the keyboard with CauseWay? |
I made a first move in writing my own keyboard driver. Posted on usenet. |
Japheth Germany (South), 21.10.2019, 14:58 @ myrkraverk |
Getting the raw state of the keyboard with CauseWay? |
> If anyone here has some comments on the code, please share. --- |
myrkraverk 23.10.2019, 01:16 @ Japheth |
Getting the raw state of the keyboard with CauseWay? |
> > If anyone here has some comments on the code, please share. |