TactilityC improvements for tt_app_ functions (#192)
- Renamed `tt_app_context_*` to tt_app_*` - Renamed `AppContextHandle` to `AppHandle` - Created `tt_app_start()` and `tt_app_start_with_bundle()`
This commit is contained in:
committed by
GitHub
parent
f9e1f737fd
commit
fa54eaa58a
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "tt_app.h"
|
||||
#include "tt_bundle.h"
|
||||
#include "tt_app_context.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -26,7 +26,7 @@ void tt_service_loader_stop_app();
|
||||
/**
|
||||
* Get the context handle of the app that is currently shown on the screen.
|
||||
*/
|
||||
AppContextHandle tt_service_loader_get_current_app();
|
||||
AppHandle tt_service_loader_get_current_app();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user