Jade

Results 68 comments of Jade

[output.txt](https://github.com/wpilibsuite/allwpilib/files/15285100/output.txt)

> C++ would also be interesting, I'm not versed enough with C++ STL/LLVM collections to know how this can be done properly. EDIT: C++20 has https://en.cppreference.com/w/cpp/ranges/keys_view, that might do what...

First of all thank you for your help I greatly appreciate it. The ev3dev-lang-rust crate relies on you using your brick with the ev3dev Linux distro installed. This means you...

I have looked into winapi and it doesn't appear to be at all compatible with Linux not altogether shockingly. I am using this https://github.com/kozec/dumbxinputemu for an XInput dll on Linux...

When you say provide all the defines do you mean just define them eg for XInputHandle just something like ```rust #[cfg(not(windows))] #[derive(clone)] pub struct XInputHandle {} ``` And thank you...

Ahh ok I didn't think of that I will try have a look at both, thank you again

> Do you need help with a C++ version? I can do the C++ version I just didn't have time when I was working on this originally

> Needs an implementation on the C++ side. I know I haven't had time today

> Is this going to be Java-only? Why would it be? Is there any technical limitation to implementing it in C++?