From 32bed038d8cd79adf41c812829a9d9d4812f46f4 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 8 Nov 2023 20:33:39 +0100 Subject: Updated open-graph --- examples/core/core_input_gestures_web.html | 162 ++++++++++++++++++++++++++++- 1 file changed, 161 insertions(+), 1 deletion(-) (limited to 'examples/core/core_input_gestures_web.html') diff --git a/examples/core/core_input_gestures_web.html b/examples/core/core_input_gestures_web.html index e0225f8..1c94e71 100644 --- a/examples/core/core_input_gestures_web.html +++ b/examples/core/core_input_gestures_web.html @@ -1 +1,161 @@ -raylib web game
\ No newline at end of file +core input gestures web // Required for the Web/HTML5 +#endif + +//-------------------------------------------------------------------------------------- +// Global definitions and declarations +//-------------------------------------------------------------------------------------- + +// Common variables definitions +//-------------------------------------------------------------------------------------- +int screenWidth = 800; // Update depending on web canvas +const int screenHeight = 450; +Vector2 messagePosition = { 160, 7 }; + +// Last gesture variables definitions +//-------------------"name=description> // Required for the Web/HTML5 +#endif + +//-------------------------------------------------------------------------------------- +// Global definitions and declarations +//-------------------------------------------------------------------------------------- + +// Common variables definitions +//-------------------------------------------------------------------------------------- +int screenWidth = 800; // Update depending on web canvas +const int screenHeight = 450; +Vector2 messagePosition = { 160, 7 }; + +// Last gesture variables definitions +//-------------------"property=og:image:alt> // Required for the Web/HTML5 +#endif + +//-------------------------------------------------------------------------------------- +// Global definitions and declarations +//-------------------------------------------------------------------------------------- + +// Common variables definitions +//-------------------------------------------------------------------------------------- +int screenWidth = 800; // Update depending on web canvas +const int screenHeight = 450; +Vector2 messagePosition = { 160, 7 }; + +// Last gesture variables definitions +//-------------------"property=og:description> // Required for the Web/HTML5 +#endif + +//-------------------------------------------------------------------------------------- +// Global definitions and declarations +//-------------------------------------------------------------------------------------- + +// Common variables definitions +//-------------------------------------------------------------------------------------- +int screenWidth = 800; // Update depending on web canvas +const int screenHeight = 450; +Vector2 messagePosition = { 160, 7 }; + +// Last gesture variables definitions +//-------------------"name=twitter:image:alt> // Required for the Web/HTML5 +#endif + +//-------------------------------------------------------------------------------------- +// Global definitions and declarations +//-------------------------------------------------------------------------------------- + +// Common variables definitions +//-------------------------------------------------------------------------------------- +int screenWidth = 800; // Update depending on web canvas +const int screenHeight = 450; +Vector2 messagePosition = { 160, 7 }; + +// Last gesture variables definitions +//-------------------"name=twitter:description>
\ No newline at end of file -- cgit v1.2.3