How did you people achieve cross-platform key input event handling in OpenRA?

Information and discussion for custom maps and mods.
Post Reply
ShikiSuen
Posts: 2
Joined: Mon Feb 22, 2021 11:10 am

How did you people achieve cross-platform key input event handling in OpenRA?

Post by ShikiSuen »

I am developing a cross-platform library for input method development. It is written in C#.
I am seeking a cross-platform approach using .NET 6 to handle key input events.

It occurred to me that OpenRA is using .NET 6, hence this question thread.


Post Reply