Notifications
Clear all
Topic starter
25/07/2023 10:44 am
Hi everyone!
I've just installed SimHub and activated the Control Mapper plugin as I have different steering wheels.
My final goal is to toggle (next prev) dash page of the Grid DDU using the SimHub plugin c# .dll
Looking at the Simhub plugin I've came across with this method (I believe this is what I need):
public void TriggerInputPress(string inputName, Type pluginType)
the first argument is pretty obvious, however I'm not able to set the pluginType as "Control Mapper"
Any idea how to tell the method to use the Control Mapper plugin?
Thank you!