KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
Loading...
Searching...
No Matches
ANativeActivity Struct Reference

Data Fields

void * instance
struct ANativeWindow * window
struct AAssetManager * assetManager
const char * internalDataPath
const char * externalDataPath
int sdkVersion

Detailed Description

Definition at line 80 of file android.h.

Field Documentation

◆ assetManager

struct AAssetManager* ANativeActivity::assetManager

Definition at line 83 of file android.h.

◆ externalDataPath

const char* ANativeActivity::externalDataPath

Definition at line 85 of file android.h.

◆ instance

void* ANativeActivity::instance

Definition at line 81 of file android.h.

◆ internalDataPath

const char* ANativeActivity::internalDataPath

Definition at line 84 of file android.h.

◆ sdkVersion

int ANativeActivity::sdkVersion

Definition at line 86 of file android.h.

◆ window

struct ANativeWindow* ANativeActivity::window

Definition at line 82 of file android.h.


The documentation for this struct was generated from the following file: