HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Namespaces | Functions
crt_utils.hpp File Reference

Utilities for starting and stopping a hikogui application. More...

#include <tuple>

Go to the source code of this file.

Namespaces

namespace  v1
 DOXYGEN BUG.
 

Functions

std::pair< int, char ** > v1::crt_start (int argc, char **argv, void *instance, int show_cmd)
 Start the hikogui system.
 
std::pair< int, char ** > v1::crt_start (void *instance, int show_cmd)
 Start the hikogui system.
 
std::pair< int, char ** > v1::crt_start (int argc, char **argv)
 Start the hikogui system.
 
int v1::crt_finish (int argc, char **argv, int exit_code)
 Finish the hikogui system.
 

Detailed Description

Utilities for starting and stopping a hikogui application.