Emanuele Ciriachi
Emanuele Ciriachi
Hey Eric, I'm actually working on it on these days. I have a simple prototype that polls the specified DirectInput device every x ms (I could not find another way...
Ok, I spent almost the whole afternoon / night coding, and have come with a sketch of an implementation. My current problem is that, after defining a DirectInputElementDefinition and a...
Thanks a lot, I was about to have another shot at it. I'm not much of a Forms person myself - I'm more web-oriented, but I really like the way...
I'm not familiar with pinvoke; after everything else is sorted I will try my hand to it; in the meanwhile I will use the timer-polling as a temporary solution.
Ok, parsing works now. My new elements however, are not being rendered even if I'm using the standard style definitions for KeyboardKeyElement. Where exactly in the code is an Element...
Ok, I posted in my branch a first "working" version. Double air quotes because it's very unresponsive. Is this a consequence of my timer-based polling strategy? And please disregard the...
The annoying thing that now must be done manually is specifying the GUID of the DirectInput device you are using in the DirectInputButton configuration. Also, no axis support yet -...
Never mind I fumbled - with a polling interval of 40ms it's relatively efficient! I'll start cleaning it up a bit.
I have a basic implementation for axis! Next is the d-pad, then it's cleanup time and I will study how to create custom styles.
DPad is now done - off to understand how styling work now. Side-question: can this work as an overlay?