Elaztek Developer Hub
Blamite Game Engine - Strings
A library containing general purpose utilities and classes for use in multiple projects.
BlamStrings::Utils::Web Namespace Reference

Functions

STRINGS_API void OpenWebURL (std::string url)
 Opens the specified URL in the user's default web browser. More...
 
STRINGS_API void OpenLocalWebURL (std::string local_path)
 Opens the specified relative path in the user's default web browser. More...
 

Function Documentation

◆ OpenLocalWebURL()

void BlamStrings::Utils::Web::OpenLocalWebURL ( std::string  local_path)

Opens the specified relative path in the user's default web browser.

Parameters
local_path- The relative path to the file to open.
+ Here is the call graph for this function:

◆ OpenWebURL()

void BlamStrings::Utils::Web::OpenWebURL ( std::string  url)

Opens the specified URL in the user's default web browser.

Parameters
url- The web URL to open.