Search Results for

    Show / Hide Table of Contents

    Struct android_poll_source

    Data associated with an ALooper fd that will be returned as the "outData" when that source has data ready.

    Assembly: FlaxEngine.dll
    File: Engine/Main/Android/android_native_app_glue.h
    Syntax
    public struct android_poll_source

    Fields

    app

    Declaration
    public struct android_app* app
    Field Value
    struct android_app

    id

    Declaration
    public int32_t id
    Field Value
    int32_t

    process)(struct android_app* app, struct android_poll_source* source)

    Declaration
    public void(* process)(struct android_app* app, struct android_poll_source* source)
    Field Value
    void(

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat