wakero Posted November 27, 2015 Report Posted November 27, 2015 Hi,I try to find offset for Engine starter In FSX controls this function name is: Starter 1 (on/off) I try with offset 0892 (engine 1 starter switch position), but this is not that I want. Also is it possible with FSUIPC SDK, to simulate constantly pressed push buton, like on keyboard. Thanks
Pete Dowson Posted December 7, 2015 Report Posted December 7, 2015 In FSX controls this function name is: Starter 1 (on/off) I try with offset 0892 (engine 1 starter switch position), but this is not that I want. Why is 0892 not what you want? It operates the engine start switch. "Start" is the "GND" positon on a Boeing, for instance. Also is it possible with FSUIPC SDK, to simulate constantly pressed push buton, like on keyboard. The SDK provides ways of doing specific things. Buttons by themselves do nothing. You need to say what function you are trying to do. If you want simply to program a button, use button assignments.and simply program the "press" to do one thing and the "release" to do another. Or, if you want it repeating (as it would on the keyboard), select that option instead. Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now