Comments on: CommandSim /code-sample/commandsim/ Developer resources for the X-Plane flight simulator Tue, 16 Sep 2025 18:54:55 +0000 hourly 1 https://wordpress.org/?v=6.8.3 By: Philipp Ringler /code-sample/commandsim/#comment-43107 Tue, 16 Sep 2025 18:54:55 +0000 http://developer.x-plane.com/?post_type=code-sample&p=7969#comment-43107 sim/operation/pause_toggle");]]> In reply to Cristian pompey.

Do not use xplm_key_…. unless you are targetting X-Plane 8 or older.
Use XPLMFindCommand(“sim/operation/pause_toggle”);

]]>
By: Cristian pompey /code-sample/commandsim/#comment-43106 Tue, 16 Sep 2025 00:44:23 +0000 http://developer.x-plane.com/?post_type=code-sample&p=7969#comment-43106 In reply to VINIPILOT.

no really. Where does “xplm_key_pause” this come from?

]]>
By: Antonio Tenorio /code-sample/commandsim/#comment-42336 Sun, 25 Jun 2023 14:58:40 +0000 http://developer.x-plane.com/?post_type=code-sample&p=7969#comment-42336 is there any way to interact with x-plane via visual c++, and to send and read datarefs by there, where I get an example? thanks!

]]>
By: VINIPILOT /code-sample/commandsim/#comment-40981 Sun, 20 Feb 2022 22:57:17 +0000 http://developer.x-plane.com/?post_type=code-sample&p=7969#comment-40981 XPLMCommandOnce((XPLMCommandRef) xplm_key_pause);
Would that work ?

]]>