Namespaces


Classes


Typedefs

  • std::shared_ptr< class Window >
    WindowRef
  • std::shared_ptr< class BlankingWindow >
    BlankingWindowRef
  • std::shared_ptr< class Renderer >
    RendererRef
  • std::shared_ptr< class Renderer2d >
    Renderer2dRef
  • std::shared_ptr< class RendererDx >
    RendererDxRef
  • std::shared_ptr< class RendererGl >
    RendererGlRef
  • HGLRC
    hShareContext
  • HGLRC const int *
    attribList
  • BOOL(__stdcall *
    PFNWGLCHOOSEPIXELFORMATARBPROC )(HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)

Free Functions


Functions

  • CI_API std::ostream &
    operator<< (std::ostream &os, const FileDropEvent &event)
  • CI_API std::ostream &
    operator<< (std::ostream &out, const TouchEvent::Touch &touch)
  • CI_API std::ostream &
    operator<< (std::ostream &out, const TouchEvent &event)
  • void
    Platform_destroyStaticInstance ()
  • void
    dbg_log_sensor (const std::string &name, const std::shared_ptr< EventManagerAndroid::Sensor > &sensor)
  • _Unwind_Reason_Code
    unwindCallback (struct _Unwind_Context *context, void *arg)
  • void
    checkGlStatus ()
  • EGLint
    getEglError ()
  • std::string
    getEglErrorString (EGLint err)
  • void
    initKeyTable ()
  • LRESULT CALLBACK
    WndProc (HWND mWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  • LRESULT CALLBACK
    BlankingWndProc (HWND mWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  • unsigned int
    prepMouseEventModifiers (WPARAM wParam)
  • int
    prepNativeKeyCode (WPARAM wParam)
  • WCHAR
    mapVirtualKey (WPARAM wParam)
  • unsigned int
    prepKeyEventModifiers ()
  • typedef
    HGLRC (__stdcall *PFNWGLCREATECONTEXTATTRIBSARB)(HDC hDC
  • unsigned int
    prepPointerEventModifiers (PointerEventArgs^args)

Variables

  • __pad0__
  • __pad1__
  • EventSignalMouse
  • EventSignalTouch
  • __pad2__
  • EventSignalKey
  • __pad3__
  • EventSignalFileDrop
  • __pad4__
  • sInstance = nullptr
  • std::thread::id
    sPrimaryThreadId = std::this_thread::get_id()
  • bool
    sTableInited = false
  • map< int, int >
    sKeyTable
  • const int
    sMousePointerWidth = 24
  • const int
    sMousePointerHeight = 24
  • const int
    sMousePointerPixInc = 4
  • const int
    sMousePointerLength =
  • const char
    sMousePointer
  • const wchar_t *
    WINDOWED_WIN_CLASS_NAME = TEXT("CinderWinClass")
  • const wchar_t *
    BLANKING_WINDOW_CLASS_NAME = TEXT("CinderBlankingWindow")
  • const int
    TIMER_ID = 1
  • bool
    sMultisampleSupported = false
  • int
    sArbMultisampleFormat