Skip to content

hxd.Window

hxd.Window

Fields

NameType
resizeEventshaxe.ds.List
eventTargetshaxe.ds.List
windowdx.Window
fullScreenModeI32
windowWidthI32
windowHeightI32
curMouseXI32
curMouseYI32
onCloseFun
wasBlurredBool
staticCODEMAPhl.types.ArrayBytes_Int
staticinsthxd.Window
staticgetInstanceFun

Protos

  • f@2610 event(hxd.Window, hxd.Event) → Void
  • f@2611 addEventTarget(hxd.Window, Fun) → Void
  • f@2612 removeEventTarget(hxd.Window, Fun) → Void
  • f@2613 addResizeEvent(hxd.Window, Fun) → Void
  • f@2614 onResize(hxd.Window, Dyn) → Void
  • f@2615 setFullScreen(hxd.Window, Bool) → Void
  • f@2616 get_mouseX(hxd.Window) → I32
  • f@2617 get_mouseY(hxd.Window) → I32
  • f@2618 get_width(hxd.Window) → I32
  • f@2619 get_height(hxd.Window) → I32
  • f@2620 set_vsync(hxd.Window, Bool) → Bool
  • f@2621 onEvent(hxd.Window, dx.Event) → Bool

Bindings

  • f@2609 onClose(hxd.Window) → Bool
  • static f@2641 __constructor__(hxd.Window, String, I32, I32) → Void
  • static f@2640 getInstance() → hxd.Window