cocos2d-x 3.0
    - 首页 - 相关页面 - 模块 - 命名空间 - - 文件 -
    类 - 图1 类 - 图2)
    - 文件列表 - 文件成员

    全部)) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义)))

    | 命名空间 | 枚举 | 函数

    InputEvent.h 文件参考

    #include "cocos2d.h"

    #include "InputEventTypes.h"

    #include

    ##
    class InputEvent
    class AccelerometerEvent
    class PointerEvent
    class KeyboardEvent
    class BackButtonEvent
    ## 命名空间
    PhoneDirect3DXamlAppComponent
    cocos2d
    Add deprecated global functions and variables here.
    ## 枚举
    enum PointerEventType { PointerPressed, PointerMoved, PointerReleased }
    ## 函数
    public delegate void Cocos2dEventDelegate (Cocos2dEvent event)
    public delegate void Cocos2dMessageBoxDelegate (Platform::String^title, Platform::String^text)
    public delegate void Cocos2dEditBoxDelegate (Platform::String^strPlaceHolder, Platform::String^strText, int maxLength, int inputMode, int inputFlag, Windows::Foundation::EventHandler< Platform::String^>^receiveHandler)