Jump to content
The simFlight Network Forums

moshegood

Members
  • Posts

    5
  • Joined

  • Last visited

About moshegood

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

moshegood's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Well, I've just tested it and it works. It doesn't work even if u write 0x05dc first. I had to write 0x00010000 to get the axes back to normal, not 0. thanks a ton for all the help. Moshe
  2. Well, i can't seem to get it to work. Here's my code in C: _declspec(dllexport) void writeSlew(short *src, long *result){ short one = 1; FSUIPC_Write(0x05de,2,&one,result); FSUIPC_Write(0x05dc,2,src,result); FSUIPC_Process(result); } The axes just aren't switching. Any clue? Moshe
  3. I am using FS2002. i want it to switch the joystick axes to the slew mode ones. what do you mean by: "enable it by using the extension in 05DE."? if i want to switch to slew mode and switch to slew axes what values would i write to which offsets and in which order? and when i want to switch off slew mode and switch back to regular axes what would i do? Thanx a ton
  4. i want to switch to slew mode and let the joystick continue working there. i know that this has been enabled since version 2.94, but i can't figure out how to do it. Is it a different offset? If so, what? Do i write a different value?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.