SdlWindowPointerEx extension
Methods
- 
  createRenderer(int index, int flags) → Pointer< SdlRenderer> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  destroy() → bool 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  flash(int operation) → int 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getBordersSize() → Rectangle< double> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getBrightness() → double 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getData(String name) → Pointer< void> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getDisplayIndex() → int 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getFlags() → int 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getGrab() → bool 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getId() → int 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getKeyboardGrab() → bool 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getMaximumSize() → Point< double> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getMinimumSize() → Point< double> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getMouseGrab() → bool 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getMouseRect() → Rectangle< double> ?
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getOpacity() → double? 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getPosition() → Point< double> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getRenderer() → Pointer< SdlRenderer> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getSize() → Point< double> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getSizeInPixels() → Point< double> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getSurface() → Pointer< SdlSurface> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  getTitle() → String? 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  glCreateContext() → Pointer< NativeType> 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  hide() → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  maximize() → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  minimize() → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  raise() → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  restore() → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setAlwaysOnTop(bool onTop) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setBordered(bool bordered) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setBrightness(double brightness) → int 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setData(String name, Pointer< NativeType> userdata) → void
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setFullscreen(int flags) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setGrab(bool grabbed) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setHitTest(Pointer< NativeFunction< callback, Pointer<SdlHitTest> >NativeType> callbackData) → int
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setIcon(Pointer< SdlSurface> icon) → void
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setInputFocus() → int 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setKeyboardGrab(bool grabbed) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setMaximumSize(int w, int h) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setMinimumSize(int w, int h) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setModalFor(Pointer< SdlWindow> parentWindow) → int
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setMouseGrab(bool grabbed) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setMouseRect(Rectangle< double> rect) → int
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setOpacity(double opacity) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setPosition(int x, int y) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setResizable(bool resizable) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setSize(int w, int h) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  setTitle(String title) → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  show() → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  updateSurface() → void 
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension
- 
  updateSurfaceRects(List< Rectangle< rects) → intdouble> >
- 
      Available on Pointer< SdlWindow> , provided by the SdlWindowPointerEx extension