AppImplWinRT | cinder::app::WindowImplWinRT | protected |
AppImplWinRTBasic | cinder::app::WindowImplWinRTBasic | protected |
close() | cinder::app::WindowImplWinRT | virtual |
completeCreation() | cinder::app::WindowImplWinRT | protected |
createWindow(const Vec2i &windowSize, const std::string &title) | cinder::app::WindowImplWinRT | protected |
draw() | cinder::app::WindowImplWinRT | virtual |
enableMultiTouch() | cinder::app::WindowImplWinRT | |
getActiveTouches() const | cinder::app::WindowImplWinRT | virtual |
getAppImpl() | cinder::app::WindowImplWinRT | |
getDisplay() const | cinder::app::WindowImplWinRT | virtual |
getNative() | cinder::app::WindowImplWinRT | virtual |
getNativeCoreWindow() | cinder::app::WindowImplWinRT | |
getPos() const | cinder::app::WindowImplWinRT | virtual |
getRenderer() const | cinder::app::WindowImplWinRT | virtual |
getScreenSize(int clientWidth, int clientHeight, int *resultWidth, int *resultHeight) | cinder::app::WindowImplWinRT | protected |
getSize() const | cinder::app::WindowImplWinRT | virtual |
getTitle() const | cinder::app::WindowImplWinRT | virtual |
getWindow() | cinder::app::WindowImplWinRT | |
handleMouseDown(Windows::UI::Core::PointerEventArgs^args) | cinder::app::WindowImplWinRT | protected |
handleMouseMoved(Windows::UI::Core::PointerEventArgs^args) | cinder::app::WindowImplWinRT | protected |
handleMouseUp(Windows::UI::Core::PointerEventArgs^args) | cinder::app::WindowImplWinRT | protected |
handlePointerDown(Windows::UI::Core::PointerEventArgs^args) | cinder::app::WindowImplWinRT | protected |
handlePointerMoved(Windows::UI::Core::PointerEventArgs^args) | cinder::app::WindowImplWinRT | protected |
handlePointerUp(Windows::UI::Core::PointerEventArgs^args) | cinder::app::WindowImplWinRT | protected |
handleTouchDown(Windows::UI::Core::PointerEventArgs^args) | cinder::app::WindowImplWinRT | protected |
handleTouchMoved(Windows::UI::Core::PointerEventArgs^args) | cinder::app::WindowImplWinRT | protected |
handleTouchUp(Windows::UI::Core::PointerEventArgs^args) | cinder::app::WindowImplWinRT | protected |
hide() | cinder::app::WindowImplWinRT | virtual |
isAlwaysOnTop() const | cinder::app::WindowImplWinRT | |
isBorderless() const | cinder::app::WindowImplWinRT | |
isFullScreen() | cinder::app::WindowImplWinRT | virtual |
isHidden() const | cinder::app::WindowImplWinRT | virtual |
keyDown(const KeyEvent &event) | cinder::app::WindowImplWinRT | virtual |
mActiveTouches | cinder::app::WindowImplWinRT | protected |
mAlwaysOnTop | cinder::app::WindowImplWinRT | protected |
mAppImpl | cinder::app::WindowImplWinRT | protected |
mBorderless | cinder::app::WindowImplWinRT | protected |
mDisplay | cinder::app::WindowImplWinRT | protected |
mFullScreen | cinder::app::WindowImplWinRT | protected |
mHidden | cinder::app::WindowImplWinRT | protected |
mIsDragging | cinder::app::WindowImplWinRT | protected |
mIsMultiTouchEnabled | cinder::app::WindowImplWinRT | protected |
mMultiTouchPrev | cinder::app::WindowImplWinRT | protected |
mRenderer | cinder::app::WindowImplWinRT | protected |
mResizable | cinder::app::WindowImplWinRT | protected |
mTitle | cinder::app::WindowImplWinRT | protected |
mTouchId | cinder::app::WindowImplWinRT | protected |
mTouchIds | cinder::app::WindowImplWinRT | protected |
mWindowedPos | cinder::app::WindowImplWinRT | protected |
mWindowedSize | cinder::app::WindowImplWinRT | protected |
mWindowHeight | cinder::app::WindowImplWinRT | protected |
mWindowOffset | cinder::app::WindowImplWinRT | protected |
mWindowRef | cinder::app::WindowImplWinRT | protected |
mWindowWidth | cinder::app::WindowImplWinRT | protected |
mWnd | cinder::app::WindowImplWinRT | protected |
privateClose() | cinder::app::WindowImplWinRT | |
redraw() | cinder::app::WindowImplWinRT | virtual |
registerWindowClass() | cinder::app::WindowImplWinRT | protectedstatic |
resize() | cinder::app::WindowImplWinRT | virtual |
setAlwaysOnTop(bool alwaysOnTop) | cinder::app::WindowImplWinRT | |
setBorderless(bool borderless) | cinder::app::WindowImplWinRT | |
setFullScreen(bool fullScreen, const FullScreenOptions &options) | cinder::app::WindowImplWinRT | virtual |
setPos(const Vec2i &pos) | cinder::app::WindowImplWinRT | virtual |
setSize(const Vec2i &size) | cinder::app::WindowImplWinRT | virtual |
setTitle(const std::string &title) | cinder::app::WindowImplWinRT | virtual |
show() | cinder::app::WindowImplWinRT | virtual |
toggleFullScreen() | cinder::app::WindowImplWinRT | protected |
updateActiveTouches() | cinder::app::WindowImplWinRT | protected |
WindowImplWinRT(const Window::Format &format, AppImplWinRT *appImpl) | cinder::app::WindowImplWinRT | |
WindowImplWinRT(DX_WINDOW_TYPE DX_WINDOW_TYPE, RendererRef renderer, AppImplWinRT *appImpl) | cinder::app::WindowImplWinRT | |
WindowImplWinRTBasic(const Window::Format &format, AppImplWinRTBasic *appImpl) | cinder::app::WindowImplWinRTBasic | |
WindowImplWinRTBasic(DX_WINDOW_TYPE hwnd, RendererRef renderer, AppImplWinRTBasic *appImpl) | cinder::app::WindowImplWinRTBasic | |