android_poll_source

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Android)
extern (C) @system nothrow @nogc
struct android_poll_source {}

Members

Variables

app
android_app* app;
Undocumented in source.
id
int id;
Undocumented in source.
process
void function(android_app*, android_poll_source*) process;
Undocumented in source.

Meta