Help with testing my cross-platform library
Vladimirs Nordholm
v at vladde.net
Sun Nov 8 12:52:30 UTC 2020
On Sunday, 8 November 2020 at 08:17:12 UTC, Guillaume Piolat
wrote:
> On Saturday, 7 November 2020 at 18:37:15 UTC, Vladimirs
> Nordholm wrote:
>> So far I am only trying to identify any differences. I have a
>> few setups to test on, and I'll provide some images of what I
>> am looking for:
>>
>> - Windows 10, CMD.exe:
>> https://public.vladde.net/scone-feedback-windows-cmd.png
>
> I tested that combination, and got the same result, apart from
> "shift pressed".
> https://imgur.com/a/UZFI0XY
>
> I was pressing left-shift and "got cast(SCK)11" instead
Thanks. The control keys are a bit janky, and in this case it
only prints an enum. In your case, it detected the control keys
shift, numlock, and capslock I think.
(https://github.com/vladdeSV/scone/blob/develop/source/scone/input/scone_control_key.d)
Printing the enum isn't really how the library is intended to be
used ordinarily, but it works for now :)
More information about the Digitalmars-d
mailing list