@@ -524,7 +524,7 @@ public:
*
* @return True if URL was opened successfully, false otherwise.
*/
- bool launchUrl(const char *url) const;
+ bool launchURL(const char *url) const;
protected:
@@ -141,9 +141,9 @@ inline Gamepad* Game::getGamepad(unsigned int index) const
return NULL;
}
-inline bool Game::launchUrl(const char* url) const
+inline bool Game::launchURL(const char* url) const
{
- return Platform::launchUrl(url);
+ return Platform::launchURL(url);
@@ -369,7 +369,7 @@ public:
- static bool launchUrl(const char* url);
+ static bool launchURL(const char* url);
private:
@@ -1358,7 +1358,7 @@ float Platform::getGamepadTriggerValue(unsigned int gamepadHandle, unsigned int
return 0.0f;
-bool Platform::launchUrl(const char *url)
+bool Platform::launchURL(const char *url)
if (url == NULL || *url == '\0')
return false;
@@ -1419,7 +1419,7 @@ float Platform::getGamepadTriggerValue(unsigned int gamepadHandle, unsigned int
-bool Platform::launchUrl(const char* url)
+bool Platform::launchURL(const char* url)
@@ -1002,7 +1002,7 @@ float Platform::getGamepadTriggerValue(unsigned int gamepadHandle, unsigned int
@@ -1455,7 +1455,7 @@ bool Platform::mouseEventInternal(Mouse::MouseEvent evt, int x, int y, int wheel