October 9, 200322 yr How can I make a gauge that will send a keystroke when clicked (like F9)? Thanks, regards, Bob.
October 9, 200322 yr Hey Bob,Not sure, never done anything like that, but you might wanna have a look at DirectInput here http://msdn.microsoft.com/library/en-us/di...nputroadmap.aspBut it might just be easier to make your gauge controll directly what would be controlled by this key stroke. If the variable to control this is not available you can even check the FS memory for that offset (finding the place in memory where FS is storing this variable and use that) or check if FSUIPC has the capability of controlling that.
October 10, 200322 yr Author Hi. Thanks. I went there but it is way over my head. I am not a programmer. Best regards, Bob.
Create an account or sign in to comment