Skip to content

hxd.System

hxd.System

Fields

NameType
staticsetCursorFun
staticloopFuncFun
staticdismissErrorsBool
staticsentinelAbstract
staticcurrentNativeCursorhxd.Cursor
staticcurrentCustomCursorhxd.CustomCursor
staticcursorVisibleBool
staticgetCurrentLoopFun
staticsetLoopFun
staticmainLoopFun
staticstartFun
staticrunMainLoopFun
staticreportErrorFun
staticsetNativeCursorFun
staticupdateCursorFun
staticgetDefaultFrameRateFun
staticgetValueFun
staticexitFun
static_langString
staticget_langFun
static_locString
staticgetLocaleFun
staticgetRawLocaleFun
statictimeoutTickFun
staticget_allowTimeoutFun
staticset_allowTimeoutFun

Protos

No protos.

Bindings

  • static f@6336 set_allowTimeout(Bool) → Bool
  • static f@30684 get_allowTimeout() → Bool
  • static f@30683 timeoutTick() → Void
  • static f@8336 getRawLocale() → String
  • static f@30682 getLocale() → String
  • static f@30681 get_lang() → String
  • static f@6455 exit() → Void
  • static f@30680 getValue(hxd.SystemValue) → Bool
  • static f@30679 getDefaultFrameRate() → F64
  • static f@30678 updateCursor() → Void
  • static f@30677 setNativeCursor(hxd.Cursor) → Void
  • static f@30676 reportError(Dyn) → Void
  • static f@30675 runMainLoop() → Void
  • static f@6293 start(Fun) → Void
  • static f@6571 mainLoop() → Bool
  • static f@6297 setLoop(Fun) → Void
  • static f@6570 getCurrentLoop() → Fun