Skip to content

dx.Window

dx.Window

Fields

NameType
winAbstract
savedSizeVirtual[height, width, x, y]
titleString
displayModeI32
vsyncBool
staticwindowshl.types.ArrayObj

Protos

  • f@2622 set_title(dx.Window, String) → String
  • f@2623 set_displayMode(dx.Window, I32) → I32
  • f@2624 resize(dx.Window, I32, I32) → Void
  • f@2625 setPosition(dx.Window, I32, I32) → Void
  • f@2626 get_width(dx.Window) → I32
  • f@2627 get_height(dx.Window) → I32
  • f@2628 get_x(dx.Window) → I32
  • f@2629 get_y(dx.Window) → I32
  • f@2630 getNextEvent(dx.Window, dx.Event) → Bool
  • f@2631 clipCursor(dx.Window, Bool) → Void

Bindings

  • static f@2632 __constructor__(dx.Window, String, I32, I32, Ref, Ref, Ref) → Void