August 29, 200322 yr I have been using the event key KEY_HEADING_BUG_SET in my C gauges for years, like this:trigger_key_event(KEY_HEADING_BUG_SET, (UINT32)heading)It has always worked fine in FS2002, but doesn't work any more in FS2004. Do you know how to solve this before MS releases the FS2004 SDK?Arne, can you help?Thanks !!Eric My Web Site
August 29, 200322 yr Sorry, one again a little bug in my code made me think there was something wrong in FS2004. Everything works fine. Please forget my post... ;-) My Web Site
August 29, 200322 yr >I have been using the event key KEY_HEADING_BUG_SET in my C>gauges for years, like this:>trigger_key_event(KEY_HEADING_BUG_SET, (UINT32)heading)>It has always worked fine in FS2002, but doesn't work any more>in FS2004. Do you know how to solve this before MS releases>the FS2004 SDK?>>Arne, can you help?Eric, this is what I'm using in FS9 and it's working just fine!}BOOL FSAPI mouse_cb4( PPIXPOINT relative_point, FLAGS32 mouse_flags){hdgbug = PLANE_HEADING_DEGREES_GYROvar.var_value.n ; trigger_key_event (KEY_HEADING_BUG_SET,( hdgbug )) ; return FALSE;}BillAVSIM OmbudsmanFounder and Director,Creative Recycling of Aircraft Partshttp://catholic-hymns.com/frbill/FS2002/images/fartslogo.jpg
Create an account or sign in to comment