├── README.md ├── andoird_design.md ├── canvasclasses ├── README.md ├── Window.tjs └── support.h ├── classes ├── Array.tjs ├── AsyncTrigger.tjs ├── Bitmap.tjs ├── BitmapLayerTreeOwner.tjs ├── Canvas.tjs ├── Clipboard.tjs ├── Date.tjs ├── Debug.tjs ├── Dictionary.tjs ├── Exception.tjs ├── Font.tjs ├── ImageFunction.tjs ├── Layer.tjs ├── MarkdownSharp.dll ├── Math.RandomGenerator.tjs ├── Math.tjs ├── Matrix32.tjs ├── Matrix44.tjs ├── Octet.tjs ├── Offscreen.tjs ├── Plugins.tjs ├── README.md ├── Rect.tjs ├── RegExp.tjs ├── Scripts.tjs ├── ShaderProgram.tjs ├── Storages.tjs ├── String.tjs ├── System.tjs ├── Texture.tjs ├── Timer.tjs ├── VertexBinder.tjs ├── VertexBuffer.tjs ├── VideoOverlay.tjs ├── WaveSoundBuffer.PhaseVocoder.tjs ├── WaveSoundBuffer.tjs ├── Window.BasicDrawDevice.tjs ├── Window.tjs ├── about.md ├── apijsontohtml.exe ├── const.tjs ├── tjs2.pl └── tjs2json.exe ├── development_plan.md ├── docs ├── _config.yml ├── _layouts │ └── default.html ├── android_api.files │ ├── filelist.xml │ ├── sheet001.html │ ├── stylesheet.css │ └── tabstrip.html ├── android_api.html ├── apiref │ ├── about.html │ ├── api.css │ ├── class_Array.html │ ├── class_AsyncTrigger.html │ ├── class_Bitmap.html │ ├── class_BitmapLayerTreeOwner.html │ ├── class_Canvas.html │ ├── class_Clipboard.html │ ├── class_Console.html │ ├── class_Controller.html │ ├── class_Date.html │ ├── class_Debug.html │ ├── class_Dictionary.html │ ├── class_Exception.html │ ├── class_Font.html │ ├── class_ImageFunction.html │ ├── class_Layer.html │ ├── class_Math.RandomGenerator.html │ ├── class_Math.html │ ├── class_Matrix32.html │ ├── class_Matrix44.html │ ├── class_Octet.html │ ├── class_Offscreen.html │ ├── class_Plugins.html │ ├── class_Rect.html │ ├── class_RegExp.html │ ├── class_Scripts.html │ ├── class_ShaderProgram.html │ ├── class_Storages.html │ ├── class_String.html │ ├── class_System.html │ ├── class_Texture.html │ ├── class_Timer.html │ ├── class_VertexBinder.html │ ├── class_VertexBuffer.html │ ├── class_VideoOverlay.html │ ├── class_WaveSoundBuffer.PhaseVocoder.html │ ├── class_WaveSoundBuffer.html │ ├── class_WaveSoundBuffer_PhaseVocoder.html │ ├── class_Window.BasicDrawDevice.html │ ├── class_Window.html │ ├── class_Window_BasicDrawDevice.html │ ├── event_AsyncTrigger_onFire.html │ ├── event_BasicDrawDevice_onDisplayRotate.html │ ├── event_BitmapLayerTreeOwner_onChangeLayerImage.html │ ├── event_BitmapLayerTreeOwner_onDisableAttentionPoint.html │ ├── event_BitmapLayerTreeOwner_onGetCursorPos.html │ ├── event_BitmapLayerTreeOwner_onReleaseMouseCapture.html │ ├── event_BitmapLayerTreeOwner_onResetImeMode.html │ ├── event_BitmapLayerTreeOwner_onResizeLayer.html │ ├── event_BitmapLayerTreeOwner_onSetAttentionPoint.html │ ├── event_BitmapLayerTreeOwner_onSetCursorPos.html │ ├── event_BitmapLayerTreeOwner_onSetHintText.html │ ├── event_BitmapLayerTreeOwner_onSetImeMode.html │ ├── event_BitmapLayerTreeOwner_onSetMouseCursor.html │ ├── event_Bitmap_onLoaded.html │ ├── event_Layer_onBeforeFocus.html │ ├── event_Layer_onBlur.html │ ├── event_Layer_onClick.html │ ├── event_Layer_onDoubleClick.html │ ├── event_Layer_onFocus.html │ ├── event_Layer_onHitTest.html │ ├── event_Layer_onKeyDown.html │ ├── event_Layer_onKeyPress.html │ ├── event_Layer_onKeyUp.html │ ├── event_Layer_onMouseDown.html │ ├── event_Layer_onMouseEnter.html │ ├── event_Layer_onMouseLeave.html │ ├── event_Layer_onMouseMove.html │ ├── event_Layer_onMouseUp.html │ ├── event_Layer_onMouseWheel.html │ ├── event_Layer_onMultiTouch.html │ ├── event_Layer_onNodeDisabled.html │ ├── event_Layer_onNodeEnabled.html │ ├── event_Layer_onPaint.html │ ├── event_Layer_onSearchNextFocusable.html │ ├── event_Layer_onSearchPrevFocusable.html │ ├── event_Layer_onTouchDown.html │ ├── event_Layer_onTouchMove.html │ ├── event_Layer_onTouchRotate.html │ ├── event_Layer_onTouchScaling.html │ ├── event_Layer_onTouchUp.html │ ├── event_Layer_onTransitionCompleted.html │ ├── event_Timer_onTimer.html │ ├── event_VideoOverlay_onFrameUpdate.html │ ├── event_VideoOverlay_onPeriod.html │ ├── event_VideoOverlay_onStatusChanged.html │ ├── event_WaveSoundBuffer_onFadeCompleted.html │ ├── event_WaveSoundBuffer_onLabel.html │ ├── event_WaveSoundBuffer_onStatusChanged.html │ ├── event_Window_BasicDrawDevice_onDisplayRotate.html │ ├── event_Window_onActivate.html │ ├── event_Window_onClick.html │ ├── event_Window_onCloseQuery.html │ ├── event_Window_onDeactivate.html │ ├── event_Window_onDisplayRotate.html │ ├── event_Window_onDoubleClick.html │ ├── event_Window_onDraw.html │ ├── event_Window_onFileDrop.html │ ├── event_Window_onHintChanged.html │ ├── event_Window_onKeyDown.html │ ├── event_Window_onKeyPress.html │ ├── event_Window_onKeyUp.html │ ├── event_Window_onMouseDown.html │ ├── event_Window_onMouseEnter.html │ ├── event_Window_onMouseLeave.html │ ├── event_Window_onMouseMove.html │ ├── event_Window_onMouseUp.html │ ├── event_Window_onMouseWheel.html │ ├── event_Window_onMultiTouch.html │ ├── event_Window_onPointerDown.html │ ├── event_Window_onPointerMove.html │ ├── event_Window_onPointerUp.html │ ├── event_Window_onPopupHide.html │ ├── event_Window_onResize.html │ ├── event_Window_onTouchDown.html │ ├── event_Window_onTouchMove.html │ ├── event_Window_onTouchRotate.html │ ├── event_Window_onTouchScaling.html │ ├── event_Window_onTouchUp.html │ ├── frame_index.html │ ├── func_Array_add.html │ ├── func_Array_assign.html │ ├── func_Array_assignStruct.html │ ├── func_Array_clear.html │ ├── func_Array_erase.html │ ├── func_Array_find.html │ ├── func_Array_forEach.html │ ├── func_Array_includes.html │ ├── func_Array_insert.html │ ├── func_Array_join.html │ ├── func_Array_load.html │ ├── func_Array_loadStruct.html │ ├── func_Array_pack.html │ ├── func_Array_pop.html │ ├── func_Array_push.html │ ├── func_Array_remove.html │ ├── func_Array_reverse.html │ ├── func_Array_save.html │ ├── func_Array_saveStruct.html │ ├── func_Array_shift.html │ ├── func_Array_sort.html │ ├── func_Array_split.html │ ├── func_Array_unshift.html │ ├── func_AsyncTrigger_AsyncTrigger.html │ ├── func_AsyncTrigger_cancel.html │ ├── func_AsyncTrigger_trigger.html │ ├── func_BasicDrawDevice_BasicDrawDevice.html │ ├── func_BasicDrawDevice_recreate.html │ ├── func_BitmapLayerTreeOwner_BitmapLayerTreeOwner.html │ ├── func_BitmapLayerTreeOwner_clearDirtyRect.html │ ├── func_BitmapLayerTreeOwner_fireClick.html │ ├── func_BitmapLayerTreeOwner_fireDisplayRotate.html │ ├── func_BitmapLayerTreeOwner_fireDoubleClick.html │ ├── func_BitmapLayerTreeOwner_fireKeyDown.html │ ├── func_BitmapLayerTreeOwner_fireKeyPress.html │ ├── func_BitmapLayerTreeOwner_fireKeyUp.html │ ├── func_BitmapLayerTreeOwner_fireMouseDown.html │ ├── func_BitmapLayerTreeOwner_fireMouseMove.html │ ├── func_BitmapLayerTreeOwner_fireMouseOutOfWindow.html │ ├── func_BitmapLayerTreeOwner_fireMouseUp.html │ ├── func_BitmapLayerTreeOwner_fireMouseWheel.html │ ├── func_BitmapLayerTreeOwner_fireMultiTouch.html │ ├── func_BitmapLayerTreeOwner_fireRecheckInputState.html │ ├── func_BitmapLayerTreeOwner_fireReleaseCapture.html │ ├── func_BitmapLayerTreeOwner_fireTouchDown.html │ ├── func_BitmapLayerTreeOwner_fireTouchMove.html │ ├── func_BitmapLayerTreeOwner_fireTouchRotate.html │ ├── func_BitmapLayerTreeOwner_fireTouchScaling.html │ ├── func_BitmapLayerTreeOwner_fireTouchUp.html │ ├── func_Bitmap_Bitmap.html │ ├── func_Bitmap_Bitmap_1.html │ ├── func_Bitmap_Bitmap_2.html │ ├── func_Bitmap_copyFrom.html │ ├── func_Bitmap_getMaskPixel.html │ ├── func_Bitmap_getPixel.html │ ├── func_Bitmap_getSaveOption.html │ ├── func_Bitmap_independ.html │ ├── func_Bitmap_load.html │ ├── func_Bitmap_loadAsync.html │ ├── func_Bitmap_loadHeader.html │ ├── func_Bitmap_save.html │ ├── func_Bitmap_setMaskPixel.html │ ├── func_Bitmap_setPixel.html │ ├── func_Bitmap_setSize.html │ ├── func_Canvas_capture.html │ ├── func_Canvas_clear.html │ ├── func_Canvas_draw9Patch.html │ ├── func_Canvas_drawMesh.html │ ├── func_Canvas_drawMesh_1.html │ ├── func_Canvas_drawText.html │ ├── func_Canvas_drawTexture.html │ ├── func_Canvas_drawTextureAtlas.html │ ├── func_Canvas_drawTextureAtlas_1.html │ ├── func_Canvas_drawTexture_1.html │ ├── func_Canvas_drawTexture_2.html │ ├── func_Canvas_drawTexture_3.html │ ├── func_Canvas_fill.html │ ├── func_Canvas_flush.html │ ├── func_Canvas_restore.html │ ├── func_Canvas_save.html │ ├── func_Clipboard_hasFormat.html │ ├── func_Date_Date.html │ ├── func_Date_Date_1.html │ ├── func_Date_Date_2.html │ ├── func_Date_getDate.html │ ├── func_Date_getDay.html │ ├── func_Date_getHours.html │ ├── func_Date_getMinutes.html │ ├── func_Date_getMonth.html │ ├── func_Date_getSeconds.html │ ├── func_Date_getTime.html │ ├── func_Date_getYear.html │ ├── func_Date_parse.html │ ├── func_Date_setDate.html │ ├── func_Date_setHours.html │ ├── func_Date_setMinutes.html │ ├── func_Date_setMonth.html │ ├── func_Date_setSeconds.html │ ├── func_Date_setTime.html │ ├── func_Date_setYear.html │ ├── func_Debug_addLoggingHandler.html │ ├── func_Debug_getLastLog.html │ ├── func_Debug_logAsError.html │ ├── func_Debug_message.html │ ├── func_Debug_notice.html │ ├── func_Debug_removeLoggingHandler.html │ ├── func_Debug_startLogToFile.html │ ├── func_Dictionary_assign.html │ ├── func_Dictionary_assignStruct.html │ ├── func_Dictionary_clear.html │ ├── func_Dictionary_contains.html │ ├── func_Dictionary_forEach.html │ ├── func_Dictionary_getCount.html │ ├── func_Dictionary_keys.html │ ├── func_Dictionary_loadStruct.html │ ├── func_Dictionary_saveStruct.html │ ├── func_Dictionary_values.html │ ├── func_Exception_Exception.html │ ├── func_Font_Font.html │ ├── func_Font_addFont.html │ ├── func_Font_getEscHeightX.html │ ├── func_Font_getEscHeightY.html │ ├── func_Font_getEscWidthX.html │ ├── func_Font_getEscWidthY.html │ ├── func_Font_getGlyphDrawRect.html │ ├── func_Font_getList.html │ ├── func_Font_getTextHeight.html │ ├── func_Font_getTextWidth.html │ ├── func_Font_mapPrerenderedFont.html │ ├── func_Font_unmapPrerenderedFont.html │ ├── func_ImageFunction_adjustGamma.html │ ├── func_ImageFunction_colorRect.html │ ├── func_ImageFunction_copy9Patch.html │ ├── func_ImageFunction_doBoxBlur.html │ ├── func_ImageFunction_doGrayScale.html │ ├── func_ImageFunction_drawGlyph.html │ ├── func_ImageFunction_drawText.html │ ├── func_ImageFunction_fillRect.html │ ├── func_ImageFunction_flipLR.html │ ├── func_ImageFunction_flipUD.html │ ├── func_ImageFunction_operateAffine.html │ ├── func_ImageFunction_operateRect.html │ ├── func_ImageFunction_operateStretch.html │ ├── func_Layer_Layer.html │ ├── func_Layer_adjustGamma.html │ ├── func_Layer_affineCopy.html │ ├── func_Layer_assignImages.html │ ├── func_Layer_beginTransition.html │ ├── func_Layer_bringToBack.html │ ├── func_Layer_bringToFront.html │ ├── func_Layer_colorRect.html │ ├── func_Layer_convertType.html │ ├── func_Layer_copy9Patch.html │ ├── func_Layer_copyFromBitmapToMainImage.html │ ├── func_Layer_copyRect.html │ ├── func_Layer_copyToBitmapFromMainImage.html │ ├── func_Layer_doBoxBlur.html │ ├── func_Layer_doGrayScale.html │ ├── func_Layer_drawGlyph.html │ ├── func_Layer_drawText.html │ ├── func_Layer_fillRect.html │ ├── func_Layer_flipLR.html │ ├── func_Layer_flipUD.html │ ├── func_Layer_focus.html │ ├── func_Layer_focusNext.html │ ├── func_Layer_focusPrev.html │ ├── func_Layer_getLayerAt.html │ ├── func_Layer_getMainPixel.html │ ├── func_Layer_getMaskPixel.html │ ├── func_Layer_getProvincePixel.html │ ├── func_Layer_independMainImage.html │ ├── func_Layer_independProvinceImage.html │ ├── func_Layer_loadImages.html │ ├── func_Layer_loadProvinceImage.html │ ├── func_Layer_moveBefore.html │ ├── func_Layer_moveBehind.html │ ├── func_Layer_operateAffine.html │ ├── func_Layer_operateRect.html │ ├── func_Layer_operateStretch.html │ ├── func_Layer_piledCopy.html │ ├── func_Layer_releaseCapture.html │ ├── func_Layer_removeMode.html │ ├── func_Layer_saveLayerImage.html │ ├── func_Layer_setAttentionPos.html │ ├── func_Layer_setClip.html │ ├── func_Layer_setCursorPos.html │ ├── func_Layer_setImagePos.html │ ├── func_Layer_setImageSize.html │ ├── func_Layer_setMainPixel.html │ ├── func_Layer_setMaskPixel.html │ ├── func_Layer_setMode.html │ ├── func_Layer_setPos.html │ ├── func_Layer_setProvincePixel.html │ ├── func_Layer_setSize.html │ ├── func_Layer_setSizeToImageSize.html │ ├── func_Layer_stopTransition.html │ ├── func_Layer_stretchCopy.html │ ├── func_Layer_update.html │ ├── func_Math_abs.html │ ├── func_Math_acos.html │ ├── func_Math_asin.html │ ├── func_Math_atan.html │ ├── func_Math_atan2.html │ ├── func_Math_ceil.html │ ├── func_Math_cos.html │ ├── func_Math_exp.html │ ├── func_Math_floor.html │ ├── func_Math_log.html │ ├── func_Math_max.html │ ├── func_Math_min.html │ ├── func_Math_pow.html │ ├── func_Math_random.html │ ├── func_Math_round.html │ ├── func_Math_sin.html │ ├── func_Math_sqrt.html │ ├── func_Math_tan.html │ ├── func_Matrix32_Matrix32.html │ ├── func_Matrix32_Matrix32_1.html │ ├── func_Matrix32_multiply.html │ ├── func_Matrix32_preScale.html │ ├── func_Matrix32_premultiply.html │ ├── func_Matrix32_reset.html │ ├── func_Matrix32_rotate.html │ ├── func_Matrix32_rotate_1.html │ ├── func_Matrix32_scale.html │ ├── func_Matrix32_set.html │ ├── func_Matrix32_setRotate.html │ ├── func_Matrix32_setScale.html │ ├── func_Matrix32_setSkewX.html │ ├── func_Matrix32_setSkewY.html │ ├── func_Matrix32_setTranslate.html │ ├── func_Matrix32_set_1.html │ ├── func_Matrix32_set_2.html │ ├── func_Matrix32_skewX.html │ ├── func_Matrix32_skewY.html │ ├── func_Matrix32_transform.html │ ├── func_Matrix32_translate.html │ ├── func_Matrix44_add.html │ ├── func_Matrix44_div.html │ ├── func_Matrix44_frustum.html │ ├── func_Matrix44_mul.html │ ├── func_Matrix44_ortho.html │ ├── func_Matrix44_ortho_1.html │ ├── func_Matrix44_perspective.html │ ├── func_Matrix44_perspectiveFov.html │ ├── func_Matrix44_project.html │ ├── func_Matrix44_reset.html │ ├── func_Matrix44_rotate.html │ ├── func_Matrix44_scale.html │ ├── func_Matrix44_set.html │ ├── func_Matrix44_setRotate.html │ ├── func_Matrix44_setRotateZ.html │ ├── func_Matrix44_setScale.html │ ├── func_Matrix44_setTranslate.html │ ├── func_Matrix44_set_1.html │ ├── func_Matrix44_set_2.html │ ├── func_Matrix44_sub.html │ ├── func_Matrix44_translate.html │ ├── func_Octet_unpack.html │ ├── func_Offscreen_Offscreen.html │ ├── func_Offscreen_copyRect.html │ ├── func_Offscreen_copyRect_1.html │ ├── func_Offscreen_copyTo.html │ ├── func_Offscreen_copyTo_1.html │ ├── func_Offscreen_copyTo_2.html │ ├── func_Offscreen_exchangeTexture.html │ ├── func_PhaseVocoder_PhaseVocoder.html │ ├── func_Plugins_getList.html │ ├── func_Plugins_link.html │ ├── func_Plugins_unlink.html │ ├── func_RandomGenerator_RandomGenerator.html │ ├── func_RandomGenerator_RandomGenerator_1.html │ ├── func_RandomGenerator_RandomGenerator_2.html │ ├── func_RandomGenerator_random.html │ ├── func_RandomGenerator_random32.html │ ├── func_RandomGenerator_random63.html │ ├── func_RandomGenerator_random64.html │ ├── func_RandomGenerator_randomize.html │ ├── func_RandomGenerator_randomize_1.html │ ├── func_RandomGenerator_randomize_2.html │ ├── func_RandomGenerator_serialize.html │ ├── func_Rect_Rect.html │ ├── func_Rect_Rect_1.html │ ├── func_Rect_Rect_2.html │ ├── func_Rect_addOffset.html │ ├── func_Rect_clear.html │ ├── func_Rect_clip.html │ ├── func_Rect_equal.html │ ├── func_Rect_included.html │ ├── func_Rect_includedPos.html │ ├── func_Rect_includedPos_1.html │ ├── func_Rect_intersects.html │ ├── func_Rect_isEmpty.html │ ├── func_Rect_set.html │ ├── func_Rect_setOffset.html │ ├── func_Rect_setSize.html │ ├── func_Rect_union.html │ ├── func_RegExp_RegExp.html │ ├── func_RegExp_compile.html │ ├── func_RegExp_exec.html │ ├── func_RegExp_match.html │ ├── func_RegExp_replace.html │ ├── func_RegExp_split.html │ ├── func_RegExp_test.html │ ├── func_Scripts_compileStorage.html │ ├── func_Scripts_dump.html │ ├── func_Scripts_eval.html │ ├── func_Scripts_evalStorage.html │ ├── func_Scripts_exec.html │ ├── func_Scripts_execStorage.html │ ├── func_Scripts_getClassNames.html │ ├── func_Scripts_getTraceString.html │ ├── func_Scripts_setCallMissing.html │ ├── func_ShaderProgram_ShaderProgram.html │ ├── func_Storages_addAutoPath.html │ ├── func_Storages_chopStorageExt.html │ ├── func_Storages_extractStorageExt.html │ ├── func_Storages_extractStorageName.html │ ├── func_Storages_extractStoragePath.html │ ├── func_Storages_getFileProperty.html │ ├── func_Storages_getFullPath.html │ ├── func_Storages_getLocalName.html │ ├── func_Storages_getPlacedPath.html │ ├── func_Storages_getPlacedPath_1.html │ ├── func_Storages_isExistentStorage.html │ ├── func_Storages_removeAutoPath.html │ ├── func_Storages_searchCD.html │ ├── func_Storages_selectFile.html │ ├── func_String_charAt.html │ ├── func_String_endsWith.html │ ├── func_String_escape.html │ ├── func_String_indexOf.html │ ├── func_String_repeat.html │ ├── func_String_replace.html │ ├── func_String_reverse.html │ ├── func_String_split.html │ ├── func_String_sprintf.html │ ├── func_String_startsWith.html │ ├── func_String_substr.html │ ├── func_String_substring.html │ ├── func_String_toLowerCase.html │ ├── func_String_toUpperCase.html │ ├── func_String_trim.html │ ├── func_System_addContinuousHandler.html │ ├── func_System_assignMessage.html │ ├── func_System_createAppLock.html │ ├── func_System_createUUID.html │ ├── func_System_doCompact.html │ ├── func_System_dumpHeap.html │ ├── func_System_exit.html │ ├── func_System_getArgument.html │ ├── func_System_getKeyState.html │ ├── func_System_getTickCount.html │ ├── func_System_inform.html │ ├── func_System_nullpo.html │ ├── func_System_readRegValue.html │ ├── func_System_removeContinuousHandler.html │ ├── func_System_setArgument.html │ ├── func_System_shellExecute.html │ ├── func_System_showVersion.html │ ├── func_System_terminate.html │ ├── func_System_toActualColor.html │ ├── func_System_touchImages.html │ ├── func_Texture_Texture.html │ ├── func_Texture_Texture_1.html │ ├── func_Texture_Texture_2.html │ ├── func_Texture_Texture_3.html │ ├── func_Texture_copyRect.html │ ├── func_Texture_copyRect_1.html │ ├── func_Texture_copyRect_2.html │ ├── func_Texture_setDrawSize.html │ ├── func_Timer_Timer.html │ ├── func_VertexBinder_VertexBinder.html │ ├── func_VertexBuffer_VertexBuffer.html │ ├── func_VertexBuffer_VertexBuffer_1.html │ ├── func_VertexBuffer_lock.html │ ├── func_VertexBuffer_setVertex.html │ ├── func_VertexBuffer_unlock.html │ ├── func_VideoOverlay_VideoOverlay.html │ ├── func_VideoOverlay_cancelPeriodEvent.html │ ├── func_VideoOverlay_cancelSegmentLoop.html │ ├── func_VideoOverlay_close.html │ ├── func_VideoOverlay_open.html │ ├── func_VideoOverlay_pause.html │ ├── func_VideoOverlay_play.html │ ├── func_VideoOverlay_prepare.html │ ├── func_VideoOverlay_resetMixingLayer.html │ ├── func_VideoOverlay_rewind.html │ ├── func_VideoOverlay_selectAudioStream.html │ ├── func_VideoOverlay_setBounds.html │ ├── func_VideoOverlay_setMixingLayer.html │ ├── func_VideoOverlay_setPeriodEvent.html │ ├── func_VideoOverlay_setPos.html │ ├── func_VideoOverlay_setSegmentLoop.html │ ├── func_VideoOverlay_setSize.html │ ├── func_VideoOverlay_stop.html │ ├── func_WaveSoundBuffer_PhaseVocoder_PhaseVocoder.html │ ├── func_WaveSoundBuffer_WaveSoundBuffer.html │ ├── func_WaveSoundBuffer_fade.html │ ├── func_WaveSoundBuffer_freeDirectSound.html │ ├── func_WaveSoundBuffer_getVisBuffer.html │ ├── func_WaveSoundBuffer_open.html │ ├── func_WaveSoundBuffer_play.html │ ├── func_WaveSoundBuffer_stop.html │ ├── func_WaveSoundBuffer_stopFade.html │ ├── func_Window_BasicDrawDevice_BasicDrawDevice.html │ ├── func_Window_BasicDrawDevice_recreate.html │ ├── func_Window_Window.html │ ├── func_Window_add.html │ ├── func_Window_bringToFront.html │ ├── func_Window_close.html │ ├── func_Window_getMouseVelocity.html │ ├── func_Window_getTouchPoint.html │ ├── func_Window_getTouchVelocity.html │ ├── func_Window_hideMouseCursor.html │ ├── func_Window_postInputEvent.html │ ├── func_Window_registerMessageReceiver.html │ ├── func_Window_remove.html │ ├── func_Window_removeMaskRegion.html │ ├── func_Window_resetMouseVelocity.html │ ├── func_Window_setInnerSize.html │ ├── func_Window_setMaskRegion.html │ ├── func_Window_setMaxSize.html │ ├── func_Window_setMinSize.html │ ├── func_Window_setPos.html │ ├── func_Window_setSize.html │ ├── func_Window_setZoom.html │ ├── func_Window_showModal.html │ ├── func_Window_startDrawing.html │ ├── func_Window_update.html │ ├── index.html │ ├── prop_Array_count.html │ ├── prop_Array_length.html │ ├── prop_AsyncTrigger_cached.html │ ├── prop_AsyncTrigger_mode.html │ ├── prop_BasicDrawDevice_interface.html │ ├── prop_BitmapLayerTreeOwner_height.html │ ├── prop_BitmapLayerTreeOwner_layerTreeOwnerInterface.html │ ├── prop_BitmapLayerTreeOwner_primaryLayer.html │ ├── prop_BitmapLayerTreeOwner_width.html │ ├── prop_Bitmap_buffer.html │ ├── prop_Bitmap_bufferForWrite.html │ ├── prop_Bitmap_bufferPitch.html │ ├── prop_Bitmap_height.html │ ├── prop_Bitmap_loading.html │ ├── prop_Bitmap_width.html │ ├── prop_Canvas_blendMode.html │ ├── prop_Canvas_clearColor.html │ ├── prop_Canvas_clipRect.html │ ├── prop_Canvas_defaultFillShader.html │ ├── prop_Canvas_defaultShader.html │ ├── prop_Canvas_enableClipRect.html │ ├── prop_Canvas_enableCulling.html │ ├── prop_Canvas_height.html │ ├── prop_Canvas_matrix.html │ ├── prop_Canvas_renderTarget.html │ ├── prop_Canvas_width.html │ ├── prop_Clipboard_asText.html │ ├── prop_Console_visible.html │ ├── prop_Controller_visible.html │ ├── prop_Debug_clearLogFileOnError.html │ ├── prop_Debug_logLocation.html │ ├── prop_Debug_logToFileOnError.html │ ├── prop_Exception_message.html │ ├── prop_Exception_trace.html │ ├── prop_Font_angle.html │ ├── prop_Font_bold.html │ ├── prop_Font_face.html │ ├── prop_Font_height.html │ ├── prop_Font_italic.html │ ├── prop_Font_rasterizer.html │ ├── prop_Font_strikeout.html │ ├── prop_Font_underline.html │ ├── prop_Layer_absolute.html │ ├── prop_Layer_absoluteOrderMode.html │ ├── prop_Layer_attentionLeft.html │ ├── prop_Layer_attentionTop.html │ ├── prop_Layer_cached.html │ ├── prop_Layer_callOnPaint.html │ ├── prop_Layer_children.html │ ├── prop_Layer_clipHeight.html │ ├── prop_Layer_clipLeft.html │ ├── prop_Layer_clipTop.html │ ├── prop_Layer_clipWidth.html │ ├── prop_Layer_cursor.html │ ├── prop_Layer_cursorX.html │ ├── prop_Layer_cursorY.html │ ├── prop_Layer_enabled.html │ ├── prop_Layer_face.html │ ├── prop_Layer_focusable.html │ ├── prop_Layer_focused.html │ ├── prop_Layer_font.html │ ├── prop_Layer_hasImage.html │ ├── prop_Layer_height.html │ ├── prop_Layer_hint.html │ ├── prop_Layer_hitThreshold.html │ ├── prop_Layer_hitType.html │ ├── prop_Layer_holdAlpha.html │ ├── prop_Layer_ignoreHintSensing.html │ ├── prop_Layer_imageHeight.html │ ├── prop_Layer_imageLeft.html │ ├── prop_Layer_imageModified.html │ ├── prop_Layer_imageTop.html │ ├── prop_Layer_imageWidth.html │ ├── prop_Layer_imeMode.html │ ├── prop_Layer_isPrimary.html │ ├── prop_Layer_joinFocusChain.html │ ├── prop_Layer_left.html │ ├── prop_Layer_mainImageBuffer.html │ ├── prop_Layer_mainImageBufferForWrite.html │ ├── prop_Layer_mainImageBufferPitch.html │ ├── prop_Layer_name.html │ ├── prop_Layer_neutralColor.html │ ├── prop_Layer_nextFocusable.html │ ├── prop_Layer_nodeEnabled.html │ ├── prop_Layer_nodeVisible.html │ ├── prop_Layer_opacity.html │ ├── prop_Layer_order.html │ ├── prop_Layer_parent.html │ ├── prop_Layer_prevFocusable.html │ ├── prop_Layer_provinceImageBuffer.html │ ├── prop_Layer_provinceImageBufferForWrite.html │ ├── prop_Layer_provinceImageBufferPitch.html │ ├── prop_Layer_showParentHint.html │ ├── prop_Layer_top.html │ ├── prop_Layer_type.html │ ├── prop_Layer_useAttention.html │ ├── prop_Layer_visible.html │ ├── prop_Layer_width.html │ ├── prop_Layer_window.html │ ├── prop_Matrix32_array.html │ ├── prop_Matrix32_m11.html │ ├── prop_Matrix32_m12.html │ ├── prop_Matrix32_m21.html │ ├── prop_Matrix32_m22.html │ ├── prop_Matrix32_m31.html │ ├── prop_Matrix32_m32.html │ ├── prop_Matrix44_array.html │ ├── prop_Matrix44_m11.html │ ├── prop_Matrix44_m12.html │ ├── prop_Matrix44_m13.html │ ├── prop_Matrix44_m14.html │ ├── prop_Matrix44_m21.html │ ├── prop_Matrix44_m22.html │ ├── prop_Matrix44_m23.html │ ├── prop_Matrix44_m24.html │ ├── prop_Matrix44_m31.html │ ├── prop_Matrix44_m32.html │ ├── prop_Matrix44_m33.html │ ├── prop_Matrix44_m34.html │ ├── prop_Matrix44_m41.html │ ├── prop_Matrix44_m42.html │ ├── prop_Matrix44_m43.html │ ├── prop_Matrix44_m44.html │ ├── prop_Octet_length.html │ ├── prop_Octet_[].html │ ├── prop_Offscreen_height.html │ ├── prop_Offscreen_nativeHandle.html │ ├── prop_Offscreen_width.html │ ├── prop_PhaseVocoder_interface.html │ ├── prop_PhaseVocoder_overlap.html │ ├── prop_PhaseVocoder_pitch.html │ ├── prop_PhaseVocoder_time.html │ ├── prop_PhaseVocoder_window.html │ ├── prop_Rect_bottom.html │ ├── prop_Rect_height.html │ ├── prop_Rect_left.html │ ├── prop_Rect_nativeArray.html │ ├── prop_Rect_right.html │ ├── prop_Rect_top.html │ ├── prop_Rect_width.html │ ├── prop_RegExp_index.html │ ├── prop_RegExp_input.html │ ├── prop_RegExp_last.html │ ├── prop_RegExp_lastIndex.html │ ├── prop_RegExp_lastMatch.html │ ├── prop_RegExp_lastParen.html │ ├── prop_RegExp_leftContext.html │ ├── prop_RegExp_matches.html │ ├── prop_RegExp_rightContext.html │ ├── prop_RegExp_start.html │ ├── prop_Scripts_textEncoding.html │ ├── prop_String_length.html │ ├── prop_String_[].html │ ├── prop_System_appDataPath.html │ ├── prop_System_cacheDir.html │ ├── prop_System_dataDirectory.html │ ├── prop_System_dataPath.html │ ├── prop_System_desktopHeight.html │ ├── prop_System_desktopLeft.html │ ├── prop_System_desktopTop.html │ ├── prop_System_desktopWidth.html │ ├── prop_System_downloadCacheDirectory.html │ ├── prop_System_drawThreadNum.html │ ├── prop_System_eventDisabled.html │ ├── prop_System_exceptionHandler.html │ ├── prop_System_exeBits.html │ ├── prop_System_exeName.html │ ├── prop_System_exePath.html │ ├── prop_System_exitOnWindowClose.html │ ├── prop_System_externalCacheDir.html │ ├── prop_System_externalFilesDir.html │ ├── prop_System_externalPublicAlaramsPath.html │ ├── prop_System_externalPublicDCIMPath.html │ ├── prop_System_externalPublicDocumentsPath.html │ ├── prop_System_externalPublicDownloadsPath.html │ ├── prop_System_externalPublicMoviesPath.html │ ├── prop_System_externalPublicMusicPath.html │ ├── prop_System_externalPublicNotificationsPath.html │ ├── prop_System_externalPublicPicturesPath.html │ ├── prop_System_externalPublicPodcastsPath.html │ ├── prop_System_externalPublicRingtonesPath.html │ ├── prop_System_externalStorageDirectory.html │ ├── prop_System_externalStorageState.html │ ├── prop_System_filesDir.html │ ├── prop_System_graphicCacheLimit.html │ ├── prop_System_isAndroid.html │ ├── prop_System_isExternalStorageEmulated.html │ ├── prop_System_isExternalStorageRemovable.html │ ├── prop_System_isWindows.html │ ├── prop_System_obbDir.html │ ├── prop_System_onActivate.html │ ├── prop_System_onDeactivate.html │ ├── prop_System_openGLESVersion.html │ ├── prop_System_osBits.html │ ├── prop_System_osName.html │ ├── prop_System_packageCodePath.html │ ├── prop_System_packageName.html │ ├── prop_System_packageResourcePath.html │ ├── prop_System_personalPath.html │ ├── prop_System_platformName.html │ ├── prop_System_rootDirectory.html │ ├── prop_System_savedGamesPath.html │ ├── prop_System_screenHeight.html │ ├── prop_System_screenWidth.html │ ├── prop_System_sharedObjectPath.html │ ├── prop_System_title.html │ ├── prop_System_versionInformation.html │ ├── prop_System_versionString.html │ ├── prop_Texture_height.html │ ├── prop_Texture_isGray.html │ ├── prop_Texture_isPowerOfTwo.html │ ├── prop_Texture_margin9Patch.html │ ├── prop_Texture_memoryHeight.html │ ├── prop_Texture_memoryWidth.html │ ├── prop_Texture_nativeHandle.html │ ├── prop_Texture_stLinear.html │ ├── prop_Texture_stNearest.html │ ├── prop_Texture_stretchType.html │ ├── prop_Texture_width.html │ ├── prop_Texture_wmClampToEdge.html │ ├── prop_Texture_wmMirror.html │ ├── prop_Texture_wmRepeat.html │ ├── prop_Texture_wrapModeHorizontal.html │ ├── prop_Texture_wrapModeVertical.html │ ├── prop_Timer_capacity.html │ ├── prop_Timer_enabled.html │ ├── prop_Timer_interval.html │ ├── prop_Timer_mode.html │ ├── prop_VertexBinder_componentCount.html │ ├── prop_VertexBinder_normalize.html │ ├── prop_VertexBinder_offset.html │ ├── prop_VertexBinder_stride.html │ ├── prop_VertexBinder_vertexBuffer.html │ ├── prop_VertexBuffer_dataType.html │ ├── prop_VertexBuffer_dtByte.html │ ├── prop_VertexBuffer_dtFixed.html │ ├── prop_VertexBuffer_dtFloat.html │ ├── prop_VertexBuffer_dtInt.html │ ├── prop_VertexBuffer_dtShort.html │ ├── prop_VertexBuffer_dtUByte.html │ ├── prop_VertexBuffer_dtUInt.html │ ├── prop_VertexBuffer_dtUShort.html │ ├── prop_VertexBuffer_isIndex.html │ ├── prop_VertexBuffer_nativeHandle.html │ ├── prop_VertexBuffer_ptLineLoop.html │ ├── prop_VertexBuffer_ptLineStrip.html │ ├── prop_VertexBuffer_ptLines.html │ ├── prop_VertexBuffer_ptPoints.html │ ├── prop_VertexBuffer_ptTriangleFan.html │ ├── prop_VertexBuffer_ptTriangleStrip.html │ ├── prop_VertexBuffer_ptTriangles.html │ ├── prop_VertexBuffer_size.html │ ├── prop_VertexBuffer_updateType.html │ ├── prop_VertexBuffer_utDynamic.html │ ├── prop_VertexBuffer_utStatic.html │ ├── prop_VertexBuffer_utStream.html │ ├── prop_VideoOverlay_audioBalance.html │ ├── prop_VideoOverlay_audioVolume.html │ ├── prop_VideoOverlay_brightness.html │ ├── prop_VideoOverlay_brightnessDefaultValue.html │ ├── prop_VideoOverlay_brightnessRangeMax.html │ ├── prop_VideoOverlay_brightnessRangeMin.html │ ├── prop_VideoOverlay_brightnessStepSize.html │ ├── prop_VideoOverlay_contrast.html │ ├── prop_VideoOverlay_contrastDefaultValue.html │ ├── prop_VideoOverlay_contrastRangeMax.html │ ├── prop_VideoOverlay_contrastRangeMin.html │ ├── prop_VideoOverlay_contrastStepSize.html │ ├── prop_VideoOverlay_enabledAudioStream.html │ ├── prop_VideoOverlay_fps.html │ ├── prop_VideoOverlay_frame.html │ ├── prop_VideoOverlay_height.html │ ├── prop_VideoOverlay_hue.html │ ├── prop_VideoOverlay_hueDefaultValue.html │ ├── prop_VideoOverlay_hueRangeMax.html │ ├── prop_VideoOverlay_hueRangeMin.html │ ├── prop_VideoOverlay_hueStepSize.html │ ├── prop_VideoOverlay_layer1.html │ ├── prop_VideoOverlay_layer2.html │ ├── prop_VideoOverlay_left.html │ ├── prop_VideoOverlay_loop.html │ ├── prop_VideoOverlay_mixingMovieAlpha.html │ ├── prop_VideoOverlay_mixingMovieBGColor.html │ ├── prop_VideoOverlay_mode.html │ ├── prop_VideoOverlay_numberOfAudioStream.html │ ├── prop_VideoOverlay_numberOfFrame.html │ ├── prop_VideoOverlay_originalHeight.html │ ├── prop_VideoOverlay_originalWidth.html │ ├── prop_VideoOverlay_periodEventFrame.html │ ├── prop_VideoOverlay_playRate.html │ ├── prop_VideoOverlay_position.html │ ├── prop_VideoOverlay_saturation.html │ ├── prop_VideoOverlay_saturationDefaultValue.html │ ├── prop_VideoOverlay_saturationRangeMax.html │ ├── prop_VideoOverlay_saturationRangeMin.html │ ├── prop_VideoOverlay_saturationStepSize.html │ ├── prop_VideoOverlay_segmentLoopEndFrame.html │ ├── prop_VideoOverlay_segmentLoopStartFrame.html │ ├── prop_VideoOverlay_top.html │ ├── prop_VideoOverlay_totalTime.html │ ├── prop_VideoOverlay_visible.html │ ├── prop_VideoOverlay_width.html │ ├── prop_WaveSoundBuffer_PhaseVocoder_interface.html │ ├── prop_WaveSoundBuffer_PhaseVocoder_overlap.html │ ├── prop_WaveSoundBuffer_PhaseVocoder_pitch.html │ ├── prop_WaveSoundBuffer_PhaseVocoder_time.html │ ├── prop_WaveSoundBuffer_PhaseVocoder_window.html │ ├── prop_WaveSoundBuffer_bits.html │ ├── prop_WaveSoundBuffer_channels.html │ ├── prop_WaveSoundBuffer_filters.html │ ├── prop_WaveSoundBuffer_flags.html │ ├── prop_WaveSoundBuffer_frequency.html │ ├── prop_WaveSoundBuffer_globalFocusMode.html │ ├── prop_WaveSoundBuffer_globalVolume.html │ ├── prop_WaveSoundBuffer_labels.html │ ├── prop_WaveSoundBuffer_looping.html │ ├── prop_WaveSoundBuffer_pan.html │ ├── prop_WaveSoundBuffer_paused.html │ ├── prop_WaveSoundBuffer_position.html │ ├── prop_WaveSoundBuffer_samplePosition.html │ ├── prop_WaveSoundBuffer_status.html │ ├── prop_WaveSoundBuffer_totalTime.html │ ├── prop_WaveSoundBuffer_useVisBuffer.html │ ├── prop_WaveSoundBuffer_volume.html │ ├── prop_WaveSoundBuffer_volume2.html │ ├── prop_Window_BasicDrawDevice_interface.html │ ├── prop_Window_HWND.html │ ├── prop_Window_borderStyle.html │ ├── prop_Window_canvas.html │ ├── prop_Window_caption.html │ ├── prop_Window_displayDensity.html │ ├── prop_Window_displayOrientation.html │ ├── prop_Window_displayRotate.html │ ├── prop_Window_drawCycle.html │ ├── prop_Window_drawDevice.html │ ├── prop_Window_enableTouch.html │ ├── prop_Window_focusable.html │ ├── prop_Window_focusedLayer.html │ ├── prop_Window_fullScreen.html │ ├── prop_Window_height.html │ ├── prop_Window_hintDelay.html │ ├── prop_Window_ignoreEdgeDrag.html │ ├── prop_Window_imeMode.html │ ├── prop_Window_innerHeight.html │ ├── prop_Window_innerWidth.html │ ├── prop_Window_left.html │ ├── prop_Window_mainWindow.html │ ├── prop_Window_maxHeight.html │ ├── prop_Window_maxWidth.html │ ├── prop_Window_minHeight.html │ ├── prop_Window_minWidth.html │ ├── prop_Window_mouseCursorState.html │ ├── prop_Window_primaryLayer.html │ ├── prop_Window_stayOnTop.html │ ├── prop_Window_top.html │ ├── prop_Window_touchPointCount.html │ ├── prop_Window_touchRotateThreshold.html │ ├── prop_Window_touchScaleThreshold.html │ ├── prop_Window_trapKey.html │ ├── prop_Window_useMouseKey.html │ ├── prop_Window_visible.html │ ├── prop_Window_waitVSync.html │ ├── prop_Window_width.html │ ├── prop_Window_zoomDenom.html │ └── prop_Window_zoomNumer.html ├── audio.md ├── build_windows.md ├── cautionary_note.md ├── develop_android.md ├── index.md ├── shader_program.md ├── styles-site.css └── video_overlay.md └── hwdrawing_design.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/README.md -------------------------------------------------------------------------------- /andoird_design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/andoird_design.md -------------------------------------------------------------------------------- /canvasclasses/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/canvasclasses/README.md -------------------------------------------------------------------------------- /canvasclasses/Window.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/canvasclasses/Window.tjs -------------------------------------------------------------------------------- /canvasclasses/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/canvasclasses/support.h -------------------------------------------------------------------------------- /classes/Array.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Array.tjs -------------------------------------------------------------------------------- /classes/AsyncTrigger.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/AsyncTrigger.tjs -------------------------------------------------------------------------------- /classes/Bitmap.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Bitmap.tjs -------------------------------------------------------------------------------- /classes/BitmapLayerTreeOwner.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/BitmapLayerTreeOwner.tjs -------------------------------------------------------------------------------- /classes/Canvas.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Canvas.tjs -------------------------------------------------------------------------------- /classes/Clipboard.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Clipboard.tjs -------------------------------------------------------------------------------- /classes/Date.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Date.tjs -------------------------------------------------------------------------------- /classes/Debug.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Debug.tjs -------------------------------------------------------------------------------- /classes/Dictionary.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Dictionary.tjs -------------------------------------------------------------------------------- /classes/Exception.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Exception.tjs -------------------------------------------------------------------------------- /classes/Font.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Font.tjs -------------------------------------------------------------------------------- /classes/ImageFunction.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/ImageFunction.tjs -------------------------------------------------------------------------------- /classes/Layer.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Layer.tjs -------------------------------------------------------------------------------- /classes/MarkdownSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/MarkdownSharp.dll -------------------------------------------------------------------------------- /classes/Math.RandomGenerator.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Math.RandomGenerator.tjs -------------------------------------------------------------------------------- /classes/Math.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Math.tjs -------------------------------------------------------------------------------- /classes/Matrix32.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Matrix32.tjs -------------------------------------------------------------------------------- /classes/Matrix44.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Matrix44.tjs -------------------------------------------------------------------------------- /classes/Octet.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Octet.tjs -------------------------------------------------------------------------------- /classes/Offscreen.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Offscreen.tjs -------------------------------------------------------------------------------- /classes/Plugins.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Plugins.tjs -------------------------------------------------------------------------------- /classes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/README.md -------------------------------------------------------------------------------- /classes/Rect.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Rect.tjs -------------------------------------------------------------------------------- /classes/RegExp.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/RegExp.tjs -------------------------------------------------------------------------------- /classes/Scripts.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Scripts.tjs -------------------------------------------------------------------------------- /classes/ShaderProgram.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/ShaderProgram.tjs -------------------------------------------------------------------------------- /classes/Storages.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Storages.tjs -------------------------------------------------------------------------------- /classes/String.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/String.tjs -------------------------------------------------------------------------------- /classes/System.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/System.tjs -------------------------------------------------------------------------------- /classes/Texture.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Texture.tjs -------------------------------------------------------------------------------- /classes/Timer.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Timer.tjs -------------------------------------------------------------------------------- /classes/VertexBinder.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/VertexBinder.tjs -------------------------------------------------------------------------------- /classes/VertexBuffer.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/VertexBuffer.tjs -------------------------------------------------------------------------------- /classes/VideoOverlay.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/VideoOverlay.tjs -------------------------------------------------------------------------------- /classes/WaveSoundBuffer.PhaseVocoder.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/WaveSoundBuffer.PhaseVocoder.tjs -------------------------------------------------------------------------------- /classes/WaveSoundBuffer.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/WaveSoundBuffer.tjs -------------------------------------------------------------------------------- /classes/Window.BasicDrawDevice.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Window.BasicDrawDevice.tjs -------------------------------------------------------------------------------- /classes/Window.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/Window.tjs -------------------------------------------------------------------------------- /classes/about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/about.md -------------------------------------------------------------------------------- /classes/apijsontohtml.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/apijsontohtml.exe -------------------------------------------------------------------------------- /classes/const.tjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/const.tjs -------------------------------------------------------------------------------- /classes/tjs2.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/tjs2.pl -------------------------------------------------------------------------------- /classes/tjs2json.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/classes/tjs2json.exe -------------------------------------------------------------------------------- /development_plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/development_plan.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/_layouts/default.html -------------------------------------------------------------------------------- /docs/android_api.files/filelist.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/android_api.files/filelist.xml -------------------------------------------------------------------------------- /docs/android_api.files/sheet001.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/android_api.files/sheet001.html -------------------------------------------------------------------------------- /docs/android_api.files/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/android_api.files/stylesheet.css -------------------------------------------------------------------------------- /docs/android_api.files/tabstrip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/android_api.files/tabstrip.html -------------------------------------------------------------------------------- /docs/android_api.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/android_api.html -------------------------------------------------------------------------------- /docs/apiref/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/about.html -------------------------------------------------------------------------------- /docs/apiref/api.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/api.css -------------------------------------------------------------------------------- /docs/apiref/class_Array.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Array.html -------------------------------------------------------------------------------- /docs/apiref/class_AsyncTrigger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_AsyncTrigger.html -------------------------------------------------------------------------------- /docs/apiref/class_Bitmap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Bitmap.html -------------------------------------------------------------------------------- /docs/apiref/class_BitmapLayerTreeOwner.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_BitmapLayerTreeOwner.html -------------------------------------------------------------------------------- /docs/apiref/class_Canvas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Canvas.html -------------------------------------------------------------------------------- /docs/apiref/class_Clipboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Clipboard.html -------------------------------------------------------------------------------- /docs/apiref/class_Console.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Console.html -------------------------------------------------------------------------------- /docs/apiref/class_Controller.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Controller.html -------------------------------------------------------------------------------- /docs/apiref/class_Date.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Date.html -------------------------------------------------------------------------------- /docs/apiref/class_Debug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Debug.html -------------------------------------------------------------------------------- /docs/apiref/class_Dictionary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Dictionary.html -------------------------------------------------------------------------------- /docs/apiref/class_Exception.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Exception.html -------------------------------------------------------------------------------- /docs/apiref/class_Font.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Font.html -------------------------------------------------------------------------------- /docs/apiref/class_ImageFunction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_ImageFunction.html -------------------------------------------------------------------------------- /docs/apiref/class_Layer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Layer.html -------------------------------------------------------------------------------- /docs/apiref/class_Math.RandomGenerator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Math.RandomGenerator.html -------------------------------------------------------------------------------- /docs/apiref/class_Math.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Math.html -------------------------------------------------------------------------------- /docs/apiref/class_Matrix32.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Matrix32.html -------------------------------------------------------------------------------- /docs/apiref/class_Matrix44.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Matrix44.html -------------------------------------------------------------------------------- /docs/apiref/class_Octet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Octet.html -------------------------------------------------------------------------------- /docs/apiref/class_Offscreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Offscreen.html -------------------------------------------------------------------------------- /docs/apiref/class_Plugins.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Plugins.html -------------------------------------------------------------------------------- /docs/apiref/class_Rect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Rect.html -------------------------------------------------------------------------------- /docs/apiref/class_RegExp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_RegExp.html -------------------------------------------------------------------------------- /docs/apiref/class_Scripts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Scripts.html -------------------------------------------------------------------------------- /docs/apiref/class_ShaderProgram.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_ShaderProgram.html -------------------------------------------------------------------------------- /docs/apiref/class_Storages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Storages.html -------------------------------------------------------------------------------- /docs/apiref/class_String.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_String.html -------------------------------------------------------------------------------- /docs/apiref/class_System.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_System.html -------------------------------------------------------------------------------- /docs/apiref/class_Texture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Texture.html -------------------------------------------------------------------------------- /docs/apiref/class_Timer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Timer.html -------------------------------------------------------------------------------- /docs/apiref/class_VertexBinder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_VertexBinder.html -------------------------------------------------------------------------------- /docs/apiref/class_VertexBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_VertexBuffer.html -------------------------------------------------------------------------------- /docs/apiref/class_VideoOverlay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_VideoOverlay.html -------------------------------------------------------------------------------- /docs/apiref/class_WaveSoundBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_WaveSoundBuffer.html -------------------------------------------------------------------------------- /docs/apiref/class_Window.BasicDrawDevice.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Window.BasicDrawDevice.html -------------------------------------------------------------------------------- /docs/apiref/class_Window.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Window.html -------------------------------------------------------------------------------- /docs/apiref/class_Window_BasicDrawDevice.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/class_Window_BasicDrawDevice.html -------------------------------------------------------------------------------- /docs/apiref/event_AsyncTrigger_onFire.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_AsyncTrigger_onFire.html -------------------------------------------------------------------------------- /docs/apiref/event_Bitmap_onLoaded.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Bitmap_onLoaded.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onBeforeFocus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onBeforeFocus.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onBlur.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onBlur.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onClick.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onClick.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onDoubleClick.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onDoubleClick.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onFocus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onFocus.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onHitTest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onHitTest.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onKeyDown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onKeyDown.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onKeyPress.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onKeyPress.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onKeyUp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onKeyUp.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onMouseDown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onMouseDown.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onMouseEnter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onMouseEnter.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onMouseLeave.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onMouseLeave.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onMouseMove.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onMouseMove.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onMouseUp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onMouseUp.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onMouseWheel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onMouseWheel.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onMultiTouch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onMultiTouch.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onNodeDisabled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onNodeDisabled.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onNodeEnabled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onNodeEnabled.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onPaint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onPaint.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onTouchDown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onTouchDown.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onTouchMove.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onTouchMove.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onTouchRotate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onTouchRotate.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onTouchScaling.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onTouchScaling.html -------------------------------------------------------------------------------- /docs/apiref/event_Layer_onTouchUp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Layer_onTouchUp.html -------------------------------------------------------------------------------- /docs/apiref/event_Timer_onTimer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Timer_onTimer.html -------------------------------------------------------------------------------- /docs/apiref/event_VideoOverlay_onPeriod.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_VideoOverlay_onPeriod.html -------------------------------------------------------------------------------- /docs/apiref/event_WaveSoundBuffer_onLabel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_WaveSoundBuffer_onLabel.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onActivate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onActivate.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onClick.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onClick.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onCloseQuery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onCloseQuery.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onDeactivate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onDeactivate.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onDisplayRotate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onDisplayRotate.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onDoubleClick.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onDoubleClick.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onDraw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onDraw.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onFileDrop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onFileDrop.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onHintChanged.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onHintChanged.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onKeyDown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onKeyDown.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onKeyPress.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onKeyPress.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onKeyUp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onKeyUp.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onMouseDown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onMouseDown.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onMouseEnter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onMouseEnter.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onMouseLeave.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onMouseLeave.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onMouseMove.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onMouseMove.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onMouseUp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onMouseUp.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onMouseWheel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onMouseWheel.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onMultiTouch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onMultiTouch.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onPointerDown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onPointerDown.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onPointerMove.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onPointerMove.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onPointerUp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onPointerUp.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onPopupHide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onPopupHide.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onResize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onResize.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onTouchDown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onTouchDown.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onTouchMove.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onTouchMove.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onTouchRotate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onTouchRotate.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onTouchScaling.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onTouchScaling.html -------------------------------------------------------------------------------- /docs/apiref/event_Window_onTouchUp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/event_Window_onTouchUp.html -------------------------------------------------------------------------------- /docs/apiref/frame_index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/frame_index.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_add.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_add.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_assign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_assign.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_assignStruct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_assignStruct.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_clear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_clear.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_erase.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_erase.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_find.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_find.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_forEach.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_forEach.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_includes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_includes.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_insert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_insert.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_join.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_join.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_load.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_load.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_loadStruct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_loadStruct.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_pack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_pack.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_pop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_pop.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_push.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_push.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_remove.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_remove.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_reverse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_reverse.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_save.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_save.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_saveStruct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_saveStruct.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_shift.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_shift.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_sort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_sort.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_split.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_split.html -------------------------------------------------------------------------------- /docs/apiref/func_Array_unshift.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Array_unshift.html -------------------------------------------------------------------------------- /docs/apiref/func_AsyncTrigger_AsyncTrigger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_AsyncTrigger_AsyncTrigger.html -------------------------------------------------------------------------------- /docs/apiref/func_AsyncTrigger_cancel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_AsyncTrigger_cancel.html -------------------------------------------------------------------------------- /docs/apiref/func_AsyncTrigger_trigger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_AsyncTrigger_trigger.html -------------------------------------------------------------------------------- /docs/apiref/func_BasicDrawDevice_recreate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_BasicDrawDevice_recreate.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_Bitmap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_Bitmap.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_Bitmap_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_Bitmap_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_Bitmap_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_Bitmap_2.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_copyFrom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_copyFrom.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_getMaskPixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_getMaskPixel.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_getPixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_getPixel.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_getSaveOption.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_getSaveOption.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_independ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_independ.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_load.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_load.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_loadAsync.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_loadAsync.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_loadHeader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_loadHeader.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_save.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_save.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_setMaskPixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_setMaskPixel.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_setPixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_setPixel.html -------------------------------------------------------------------------------- /docs/apiref/func_Bitmap_setSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Bitmap_setSize.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_capture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_capture.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_clear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_clear.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_draw9Patch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_draw9Patch.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_drawMesh.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_drawMesh.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_drawMesh_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_drawMesh_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_drawText.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_drawText.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_drawTexture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_drawTexture.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_drawTextureAtlas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_drawTextureAtlas.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_drawTextureAtlas_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_drawTextureAtlas_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_drawTexture_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_drawTexture_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_drawTexture_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_drawTexture_2.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_drawTexture_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_drawTexture_3.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_fill.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_fill.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_flush.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_flush.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_restore.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_restore.html -------------------------------------------------------------------------------- /docs/apiref/func_Canvas_save.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Canvas_save.html -------------------------------------------------------------------------------- /docs/apiref/func_Clipboard_hasFormat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Clipboard_hasFormat.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_Date.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_Date.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_Date_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_Date_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_Date_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_Date_2.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_getDate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_getDate.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_getDay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_getDay.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_getHours.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_getHours.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_getMinutes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_getMinutes.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_getMonth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_getMonth.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_getSeconds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_getSeconds.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_getTime.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_getTime.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_getYear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_getYear.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_parse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_parse.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_setDate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_setDate.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_setHours.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_setHours.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_setMinutes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_setMinutes.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_setMonth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_setMonth.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_setSeconds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_setSeconds.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_setTime.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_setTime.html -------------------------------------------------------------------------------- /docs/apiref/func_Date_setYear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Date_setYear.html -------------------------------------------------------------------------------- /docs/apiref/func_Debug_addLoggingHandler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Debug_addLoggingHandler.html -------------------------------------------------------------------------------- /docs/apiref/func_Debug_getLastLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Debug_getLastLog.html -------------------------------------------------------------------------------- /docs/apiref/func_Debug_logAsError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Debug_logAsError.html -------------------------------------------------------------------------------- /docs/apiref/func_Debug_message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Debug_message.html -------------------------------------------------------------------------------- /docs/apiref/func_Debug_notice.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Debug_notice.html -------------------------------------------------------------------------------- /docs/apiref/func_Debug_startLogToFile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Debug_startLogToFile.html -------------------------------------------------------------------------------- /docs/apiref/func_Dictionary_assign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Dictionary_assign.html -------------------------------------------------------------------------------- /docs/apiref/func_Dictionary_assignStruct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Dictionary_assignStruct.html -------------------------------------------------------------------------------- /docs/apiref/func_Dictionary_clear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Dictionary_clear.html -------------------------------------------------------------------------------- /docs/apiref/func_Dictionary_contains.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Dictionary_contains.html -------------------------------------------------------------------------------- /docs/apiref/func_Dictionary_forEach.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Dictionary_forEach.html -------------------------------------------------------------------------------- /docs/apiref/func_Dictionary_getCount.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Dictionary_getCount.html -------------------------------------------------------------------------------- /docs/apiref/func_Dictionary_keys.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Dictionary_keys.html -------------------------------------------------------------------------------- /docs/apiref/func_Dictionary_loadStruct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Dictionary_loadStruct.html -------------------------------------------------------------------------------- /docs/apiref/func_Dictionary_saveStruct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Dictionary_saveStruct.html -------------------------------------------------------------------------------- /docs/apiref/func_Dictionary_values.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Dictionary_values.html -------------------------------------------------------------------------------- /docs/apiref/func_Exception_Exception.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Exception_Exception.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_Font.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_Font.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_addFont.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_addFont.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_getEscHeightX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_getEscHeightX.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_getEscHeightY.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_getEscHeightY.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_getEscWidthX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_getEscWidthX.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_getEscWidthY.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_getEscWidthY.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_getGlyphDrawRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_getGlyphDrawRect.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_getList.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_getList.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_getTextHeight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_getTextHeight.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_getTextWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_getTextWidth.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_mapPrerenderedFont.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_mapPrerenderedFont.html -------------------------------------------------------------------------------- /docs/apiref/func_Font_unmapPrerenderedFont.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Font_unmapPrerenderedFont.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_adjustGamma.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_adjustGamma.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_colorRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_colorRect.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_copy9Patch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_copy9Patch.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_doBoxBlur.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_doBoxBlur.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_doGrayScale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_doGrayScale.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_drawGlyph.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_drawGlyph.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_drawText.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_drawText.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_fillRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_fillRect.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_flipLR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_flipLR.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_flipUD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_flipUD.html -------------------------------------------------------------------------------- /docs/apiref/func_ImageFunction_operateRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_ImageFunction_operateRect.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_Layer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_Layer.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_adjustGamma.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_adjustGamma.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_affineCopy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_affineCopy.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_assignImages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_assignImages.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_beginTransition.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_beginTransition.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_bringToBack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_bringToBack.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_bringToFront.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_bringToFront.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_colorRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_colorRect.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_convertType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_convertType.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_copy9Patch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_copy9Patch.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_copyRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_copyRect.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_doBoxBlur.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_doBoxBlur.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_doGrayScale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_doGrayScale.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_drawGlyph.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_drawGlyph.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_drawText.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_drawText.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_fillRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_fillRect.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_flipLR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_flipLR.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_flipUD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_flipUD.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_focus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_focus.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_focusNext.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_focusNext.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_focusPrev.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_focusPrev.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_getLayerAt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_getLayerAt.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_getMainPixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_getMainPixel.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_getMaskPixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_getMaskPixel.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_getProvincePixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_getProvincePixel.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_independMainImage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_independMainImage.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_loadImages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_loadImages.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_loadProvinceImage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_loadProvinceImage.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_moveBefore.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_moveBefore.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_moveBehind.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_moveBehind.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_operateAffine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_operateAffine.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_operateRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_operateRect.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_operateStretch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_operateStretch.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_piledCopy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_piledCopy.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_releaseCapture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_releaseCapture.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_removeMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_removeMode.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_saveLayerImage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_saveLayerImage.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setAttentionPos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setAttentionPos.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setClip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setClip.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setCursorPos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setCursorPos.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setImagePos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setImagePos.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setImageSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setImageSize.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setMainPixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setMainPixel.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setMaskPixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setMaskPixel.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setMode.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setPos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setPos.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setProvincePixel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setProvincePixel.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setSize.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_setSizeToImageSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_setSizeToImageSize.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_stopTransition.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_stopTransition.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_stretchCopy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_stretchCopy.html -------------------------------------------------------------------------------- /docs/apiref/func_Layer_update.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Layer_update.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_abs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_abs.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_acos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_acos.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_asin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_asin.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_atan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_atan.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_atan2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_atan2.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_ceil.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_ceil.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_cos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_cos.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_exp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_exp.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_floor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_floor.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_log.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_log.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_max.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_max.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_min.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_min.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_pow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_pow.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_random.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_random.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_round.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_round.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_sin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_sin.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_sqrt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_sqrt.html -------------------------------------------------------------------------------- /docs/apiref/func_Math_tan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Math_tan.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_Matrix32.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_Matrix32.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_Matrix32_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_Matrix32_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_multiply.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_multiply.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_preScale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_preScale.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_premultiply.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_premultiply.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_reset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_reset.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_rotate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_rotate.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_rotate_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_rotate_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_scale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_scale.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_set.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_set.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_setRotate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_setRotate.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_setScale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_setScale.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_setSkewX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_setSkewX.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_setSkewY.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_setSkewY.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_setTranslate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_setTranslate.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_set_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_set_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_set_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_set_2.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_skewX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_skewX.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_skewY.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_skewY.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_transform.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_transform.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix32_translate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix32_translate.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_add.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_add.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_div.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_div.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_frustum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_frustum.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_mul.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_mul.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_ortho.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_ortho.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_ortho_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_ortho_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_perspective.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_perspective.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_perspectiveFov.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_perspectiveFov.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_project.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_project.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_reset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_reset.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_rotate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_rotate.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_scale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_scale.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_set.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_set.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_setRotate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_setRotate.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_setRotateZ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_setRotateZ.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_setScale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_setScale.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_setTranslate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_setTranslate.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_set_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_set_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_set_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_set_2.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_sub.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_sub.html -------------------------------------------------------------------------------- /docs/apiref/func_Matrix44_translate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Matrix44_translate.html -------------------------------------------------------------------------------- /docs/apiref/func_Octet_unpack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Octet_unpack.html -------------------------------------------------------------------------------- /docs/apiref/func_Offscreen_Offscreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Offscreen_Offscreen.html -------------------------------------------------------------------------------- /docs/apiref/func_Offscreen_copyRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Offscreen_copyRect.html -------------------------------------------------------------------------------- /docs/apiref/func_Offscreen_copyRect_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Offscreen_copyRect_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Offscreen_copyTo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Offscreen_copyTo.html -------------------------------------------------------------------------------- /docs/apiref/func_Offscreen_copyTo_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Offscreen_copyTo_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Offscreen_copyTo_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Offscreen_copyTo_2.html -------------------------------------------------------------------------------- /docs/apiref/func_Plugins_getList.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Plugins_getList.html -------------------------------------------------------------------------------- /docs/apiref/func_Plugins_link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Plugins_link.html -------------------------------------------------------------------------------- /docs/apiref/func_Plugins_unlink.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Plugins_unlink.html -------------------------------------------------------------------------------- /docs/apiref/func_RandomGenerator_random.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_RandomGenerator_random.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_Rect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_Rect.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_Rect_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_Rect_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_Rect_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_Rect_2.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_addOffset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_addOffset.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_clear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_clear.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_clip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_clip.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_equal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_equal.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_included.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_included.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_includedPos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_includedPos.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_includedPos_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_includedPos_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_intersects.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_intersects.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_isEmpty.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_isEmpty.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_set.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_set.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_setOffset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_setOffset.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_setSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_setSize.html -------------------------------------------------------------------------------- /docs/apiref/func_Rect_union.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Rect_union.html -------------------------------------------------------------------------------- /docs/apiref/func_RegExp_RegExp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_RegExp_RegExp.html -------------------------------------------------------------------------------- /docs/apiref/func_RegExp_compile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_RegExp_compile.html -------------------------------------------------------------------------------- /docs/apiref/func_RegExp_exec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_RegExp_exec.html -------------------------------------------------------------------------------- /docs/apiref/func_RegExp_match.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_RegExp_match.html -------------------------------------------------------------------------------- /docs/apiref/func_RegExp_replace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_RegExp_replace.html -------------------------------------------------------------------------------- /docs/apiref/func_RegExp_split.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_RegExp_split.html -------------------------------------------------------------------------------- /docs/apiref/func_RegExp_test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_RegExp_test.html -------------------------------------------------------------------------------- /docs/apiref/func_Scripts_compileStorage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Scripts_compileStorage.html -------------------------------------------------------------------------------- /docs/apiref/func_Scripts_dump.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Scripts_dump.html -------------------------------------------------------------------------------- /docs/apiref/func_Scripts_eval.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Scripts_eval.html -------------------------------------------------------------------------------- /docs/apiref/func_Scripts_evalStorage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Scripts_evalStorage.html -------------------------------------------------------------------------------- /docs/apiref/func_Scripts_exec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Scripts_exec.html -------------------------------------------------------------------------------- /docs/apiref/func_Scripts_execStorage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Scripts_execStorage.html -------------------------------------------------------------------------------- /docs/apiref/func_Scripts_getClassNames.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Scripts_getClassNames.html -------------------------------------------------------------------------------- /docs/apiref/func_Scripts_getTraceString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Scripts_getTraceString.html -------------------------------------------------------------------------------- /docs/apiref/func_Scripts_setCallMissing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Scripts_setCallMissing.html -------------------------------------------------------------------------------- /docs/apiref/func_Storages_addAutoPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Storages_addAutoPath.html -------------------------------------------------------------------------------- /docs/apiref/func_Storages_chopStorageExt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Storages_chopStorageExt.html -------------------------------------------------------------------------------- /docs/apiref/func_Storages_getFullPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Storages_getFullPath.html -------------------------------------------------------------------------------- /docs/apiref/func_Storages_getLocalName.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Storages_getLocalName.html -------------------------------------------------------------------------------- /docs/apiref/func_Storages_getPlacedPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Storages_getPlacedPath.html -------------------------------------------------------------------------------- /docs/apiref/func_Storages_removeAutoPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Storages_removeAutoPath.html -------------------------------------------------------------------------------- /docs/apiref/func_Storages_searchCD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Storages_searchCD.html -------------------------------------------------------------------------------- /docs/apiref/func_Storages_selectFile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Storages_selectFile.html -------------------------------------------------------------------------------- /docs/apiref/func_String_charAt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_charAt.html -------------------------------------------------------------------------------- /docs/apiref/func_String_endsWith.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_endsWith.html -------------------------------------------------------------------------------- /docs/apiref/func_String_escape.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_escape.html -------------------------------------------------------------------------------- /docs/apiref/func_String_indexOf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_indexOf.html -------------------------------------------------------------------------------- /docs/apiref/func_String_repeat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_repeat.html -------------------------------------------------------------------------------- /docs/apiref/func_String_replace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_replace.html -------------------------------------------------------------------------------- /docs/apiref/func_String_reverse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_reverse.html -------------------------------------------------------------------------------- /docs/apiref/func_String_split.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_split.html -------------------------------------------------------------------------------- /docs/apiref/func_String_sprintf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_sprintf.html -------------------------------------------------------------------------------- /docs/apiref/func_String_startsWith.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_startsWith.html -------------------------------------------------------------------------------- /docs/apiref/func_String_substr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_substr.html -------------------------------------------------------------------------------- /docs/apiref/func_String_substring.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_substring.html -------------------------------------------------------------------------------- /docs/apiref/func_String_toLowerCase.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_toLowerCase.html -------------------------------------------------------------------------------- /docs/apiref/func_String_toUpperCase.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_toUpperCase.html -------------------------------------------------------------------------------- /docs/apiref/func_String_trim.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_String_trim.html -------------------------------------------------------------------------------- /docs/apiref/func_System_assignMessage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_assignMessage.html -------------------------------------------------------------------------------- /docs/apiref/func_System_createAppLock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_createAppLock.html -------------------------------------------------------------------------------- /docs/apiref/func_System_createUUID.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_createUUID.html -------------------------------------------------------------------------------- /docs/apiref/func_System_doCompact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_doCompact.html -------------------------------------------------------------------------------- /docs/apiref/func_System_dumpHeap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_dumpHeap.html -------------------------------------------------------------------------------- /docs/apiref/func_System_exit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_exit.html -------------------------------------------------------------------------------- /docs/apiref/func_System_getArgument.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_getArgument.html -------------------------------------------------------------------------------- /docs/apiref/func_System_getKeyState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_getKeyState.html -------------------------------------------------------------------------------- /docs/apiref/func_System_getTickCount.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_getTickCount.html -------------------------------------------------------------------------------- /docs/apiref/func_System_inform.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_inform.html -------------------------------------------------------------------------------- /docs/apiref/func_System_nullpo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_nullpo.html -------------------------------------------------------------------------------- /docs/apiref/func_System_readRegValue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_readRegValue.html -------------------------------------------------------------------------------- /docs/apiref/func_System_setArgument.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_setArgument.html -------------------------------------------------------------------------------- /docs/apiref/func_System_shellExecute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_shellExecute.html -------------------------------------------------------------------------------- /docs/apiref/func_System_showVersion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_showVersion.html -------------------------------------------------------------------------------- /docs/apiref/func_System_terminate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_terminate.html -------------------------------------------------------------------------------- /docs/apiref/func_System_toActualColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_toActualColor.html -------------------------------------------------------------------------------- /docs/apiref/func_System_touchImages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_System_touchImages.html -------------------------------------------------------------------------------- /docs/apiref/func_Texture_Texture.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Texture_Texture.html -------------------------------------------------------------------------------- /docs/apiref/func_Texture_Texture_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Texture_Texture_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Texture_Texture_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Texture_Texture_2.html -------------------------------------------------------------------------------- /docs/apiref/func_Texture_Texture_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Texture_Texture_3.html -------------------------------------------------------------------------------- /docs/apiref/func_Texture_copyRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Texture_copyRect.html -------------------------------------------------------------------------------- /docs/apiref/func_Texture_copyRect_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Texture_copyRect_1.html -------------------------------------------------------------------------------- /docs/apiref/func_Texture_copyRect_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Texture_copyRect_2.html -------------------------------------------------------------------------------- /docs/apiref/func_Texture_setDrawSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Texture_setDrawSize.html -------------------------------------------------------------------------------- /docs/apiref/func_Timer_Timer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Timer_Timer.html -------------------------------------------------------------------------------- /docs/apiref/func_VertexBuffer_lock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VertexBuffer_lock.html -------------------------------------------------------------------------------- /docs/apiref/func_VertexBuffer_setVertex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VertexBuffer_setVertex.html -------------------------------------------------------------------------------- /docs/apiref/func_VertexBuffer_unlock.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VertexBuffer_unlock.html -------------------------------------------------------------------------------- /docs/apiref/func_VideoOverlay_close.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VideoOverlay_close.html -------------------------------------------------------------------------------- /docs/apiref/func_VideoOverlay_open.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VideoOverlay_open.html -------------------------------------------------------------------------------- /docs/apiref/func_VideoOverlay_pause.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VideoOverlay_pause.html -------------------------------------------------------------------------------- /docs/apiref/func_VideoOverlay_play.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VideoOverlay_play.html -------------------------------------------------------------------------------- /docs/apiref/func_VideoOverlay_prepare.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VideoOverlay_prepare.html -------------------------------------------------------------------------------- /docs/apiref/func_VideoOverlay_rewind.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VideoOverlay_rewind.html -------------------------------------------------------------------------------- /docs/apiref/func_VideoOverlay_setBounds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VideoOverlay_setBounds.html -------------------------------------------------------------------------------- /docs/apiref/func_VideoOverlay_setPos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VideoOverlay_setPos.html -------------------------------------------------------------------------------- /docs/apiref/func_VideoOverlay_setSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VideoOverlay_setSize.html -------------------------------------------------------------------------------- /docs/apiref/func_VideoOverlay_stop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_VideoOverlay_stop.html -------------------------------------------------------------------------------- /docs/apiref/func_WaveSoundBuffer_fade.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_WaveSoundBuffer_fade.html -------------------------------------------------------------------------------- /docs/apiref/func_WaveSoundBuffer_open.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_WaveSoundBuffer_open.html -------------------------------------------------------------------------------- /docs/apiref/func_WaveSoundBuffer_play.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_WaveSoundBuffer_play.html -------------------------------------------------------------------------------- /docs/apiref/func_WaveSoundBuffer_stop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_WaveSoundBuffer_stop.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_Window.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_Window.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_add.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_add.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_bringToFront.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_bringToFront.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_close.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_close.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_getMouseVelocity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_getMouseVelocity.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_getTouchPoint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_getTouchPoint.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_getTouchVelocity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_getTouchVelocity.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_hideMouseCursor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_hideMouseCursor.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_postInputEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_postInputEvent.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_remove.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_remove.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_removeMaskRegion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_removeMaskRegion.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_setInnerSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_setInnerSize.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_setMaskRegion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_setMaskRegion.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_setMaxSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_setMaxSize.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_setMinSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_setMinSize.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_setPos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_setPos.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_setSize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_setSize.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_setZoom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_setZoom.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_showModal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_showModal.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_startDrawing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_startDrawing.html -------------------------------------------------------------------------------- /docs/apiref/func_Window_update.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/func_Window_update.html -------------------------------------------------------------------------------- /docs/apiref/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/index.html -------------------------------------------------------------------------------- /docs/apiref/prop_Array_count.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Array_count.html -------------------------------------------------------------------------------- /docs/apiref/prop_Array_length.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Array_length.html -------------------------------------------------------------------------------- /docs/apiref/prop_AsyncTrigger_cached.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_AsyncTrigger_cached.html -------------------------------------------------------------------------------- /docs/apiref/prop_AsyncTrigger_mode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_AsyncTrigger_mode.html -------------------------------------------------------------------------------- /docs/apiref/prop_Bitmap_buffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Bitmap_buffer.html -------------------------------------------------------------------------------- /docs/apiref/prop_Bitmap_bufferForWrite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Bitmap_bufferForWrite.html -------------------------------------------------------------------------------- /docs/apiref/prop_Bitmap_bufferPitch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Bitmap_bufferPitch.html -------------------------------------------------------------------------------- /docs/apiref/prop_Bitmap_height.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Bitmap_height.html -------------------------------------------------------------------------------- /docs/apiref/prop_Bitmap_loading.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Bitmap_loading.html -------------------------------------------------------------------------------- /docs/apiref/prop_Bitmap_width.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Bitmap_width.html -------------------------------------------------------------------------------- /docs/apiref/prop_Canvas_blendMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Canvas_blendMode.html -------------------------------------------------------------------------------- /docs/apiref/prop_Canvas_clearColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Canvas_clearColor.html -------------------------------------------------------------------------------- /docs/apiref/prop_Canvas_clipRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Canvas_clipRect.html -------------------------------------------------------------------------------- /docs/apiref/prop_Canvas_defaultShader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Canvas_defaultShader.html -------------------------------------------------------------------------------- /docs/apiref/prop_Canvas_enableClipRect.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Canvas_enableClipRect.html -------------------------------------------------------------------------------- /docs/apiref/prop_Canvas_enableCulling.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Canvas_enableCulling.html -------------------------------------------------------------------------------- /docs/apiref/prop_Canvas_height.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Canvas_height.html -------------------------------------------------------------------------------- /docs/apiref/prop_Canvas_matrix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Canvas_matrix.html -------------------------------------------------------------------------------- /docs/apiref/prop_Canvas_renderTarget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Canvas_renderTarget.html -------------------------------------------------------------------------------- /docs/apiref/prop_Canvas_width.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Canvas_width.html -------------------------------------------------------------------------------- /docs/apiref/prop_Clipboard_asText.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Clipboard_asText.html -------------------------------------------------------------------------------- /docs/apiref/prop_Console_visible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Console_visible.html -------------------------------------------------------------------------------- /docs/apiref/prop_Controller_visible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Controller_visible.html -------------------------------------------------------------------------------- /docs/apiref/prop_Debug_logLocation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Debug_logLocation.html -------------------------------------------------------------------------------- /docs/apiref/prop_Debug_logToFileOnError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Debug_logToFileOnError.html -------------------------------------------------------------------------------- /docs/apiref/prop_Exception_message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Exception_message.html -------------------------------------------------------------------------------- /docs/apiref/prop_Exception_trace.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Exception_trace.html -------------------------------------------------------------------------------- /docs/apiref/prop_Font_angle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Font_angle.html -------------------------------------------------------------------------------- /docs/apiref/prop_Font_bold.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Font_bold.html -------------------------------------------------------------------------------- /docs/apiref/prop_Font_face.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Font_face.html -------------------------------------------------------------------------------- /docs/apiref/prop_Font_height.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Font_height.html -------------------------------------------------------------------------------- /docs/apiref/prop_Font_italic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Font_italic.html -------------------------------------------------------------------------------- /docs/apiref/prop_Font_rasterizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Font_rasterizer.html -------------------------------------------------------------------------------- /docs/apiref/prop_Font_strikeout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Font_strikeout.html -------------------------------------------------------------------------------- /docs/apiref/prop_Font_underline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Font_underline.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_absolute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_absolute.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_absoluteOrderMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_absoluteOrderMode.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_attentionLeft.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_attentionLeft.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_attentionTop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_attentionTop.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_cached.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_cached.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_callOnPaint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_callOnPaint.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_children.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_children.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_clipHeight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_clipHeight.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_clipLeft.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_clipLeft.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_clipTop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_clipTop.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_clipWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_clipWidth.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_cursor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_cursor.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_cursorX.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_cursorX.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_cursorY.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_cursorY.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_enabled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_enabled.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_face.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_face.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_focusable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_focusable.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_focused.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_focused.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_font.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_font.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_hasImage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_hasImage.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_height.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_height.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_hint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_hint.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_hitThreshold.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_hitThreshold.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_hitType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_hitType.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_holdAlpha.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_holdAlpha.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_ignoreHintSensing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_ignoreHintSensing.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_imageHeight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_imageHeight.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_imageLeft.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_imageLeft.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_imageModified.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_imageModified.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_imageTop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_imageTop.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_imageWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_imageWidth.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_imeMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_imeMode.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_isPrimary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_isPrimary.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_joinFocusChain.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_joinFocusChain.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_left.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_left.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_mainImageBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_mainImageBuffer.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_name.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_name.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_neutralColor.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_neutralColor.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_nextFocusable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_nextFocusable.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_nodeEnabled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_nodeEnabled.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_nodeVisible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_nodeVisible.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_opacity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_opacity.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_order.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_order.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_parent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_parent.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_prevFocusable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_prevFocusable.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_showParentHint.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_showParentHint.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_top.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_top.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_type.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_type.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_useAttention.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_useAttention.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_visible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_visible.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_width.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_width.html -------------------------------------------------------------------------------- /docs/apiref/prop_Layer_window.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Layer_window.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix32_array.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix32_array.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix32_m11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix32_m11.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix32_m12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix32_m12.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix32_m21.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix32_m21.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix32_m22.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix32_m22.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix32_m31.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix32_m31.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix32_m32.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix32_m32.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_array.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_array.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m11.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m12.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m13.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m14.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m21.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m21.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m22.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m22.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m23.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m23.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m24.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m24.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m31.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m31.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m32.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m32.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m33.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m33.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m34.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m34.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m41.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m41.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m42.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m42.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m43.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m43.html -------------------------------------------------------------------------------- /docs/apiref/prop_Matrix44_m44.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Matrix44_m44.html -------------------------------------------------------------------------------- /docs/apiref/prop_Octet_length.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Octet_length.html -------------------------------------------------------------------------------- /docs/apiref/prop_Octet_[].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Octet_[].html -------------------------------------------------------------------------------- /docs/apiref/prop_Offscreen_height.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Offscreen_height.html -------------------------------------------------------------------------------- /docs/apiref/prop_Offscreen_nativeHandle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Offscreen_nativeHandle.html -------------------------------------------------------------------------------- /docs/apiref/prop_Offscreen_width.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Offscreen_width.html -------------------------------------------------------------------------------- /docs/apiref/prop_PhaseVocoder_interface.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_PhaseVocoder_interface.html -------------------------------------------------------------------------------- /docs/apiref/prop_PhaseVocoder_overlap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_PhaseVocoder_overlap.html -------------------------------------------------------------------------------- /docs/apiref/prop_PhaseVocoder_pitch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_PhaseVocoder_pitch.html -------------------------------------------------------------------------------- /docs/apiref/prop_PhaseVocoder_time.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_PhaseVocoder_time.html -------------------------------------------------------------------------------- /docs/apiref/prop_PhaseVocoder_window.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_PhaseVocoder_window.html -------------------------------------------------------------------------------- /docs/apiref/prop_Rect_bottom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Rect_bottom.html -------------------------------------------------------------------------------- /docs/apiref/prop_Rect_height.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Rect_height.html -------------------------------------------------------------------------------- /docs/apiref/prop_Rect_left.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Rect_left.html -------------------------------------------------------------------------------- /docs/apiref/prop_Rect_nativeArray.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Rect_nativeArray.html -------------------------------------------------------------------------------- /docs/apiref/prop_Rect_right.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Rect_right.html -------------------------------------------------------------------------------- /docs/apiref/prop_Rect_top.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Rect_top.html -------------------------------------------------------------------------------- /docs/apiref/prop_Rect_width.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Rect_width.html -------------------------------------------------------------------------------- /docs/apiref/prop_RegExp_index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_RegExp_index.html -------------------------------------------------------------------------------- /docs/apiref/prop_RegExp_input.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_RegExp_input.html -------------------------------------------------------------------------------- /docs/apiref/prop_RegExp_last.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_RegExp_last.html -------------------------------------------------------------------------------- /docs/apiref/prop_RegExp_lastIndex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_RegExp_lastIndex.html -------------------------------------------------------------------------------- /docs/apiref/prop_RegExp_lastMatch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_RegExp_lastMatch.html -------------------------------------------------------------------------------- /docs/apiref/prop_RegExp_lastParen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_RegExp_lastParen.html -------------------------------------------------------------------------------- /docs/apiref/prop_RegExp_leftContext.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_RegExp_leftContext.html -------------------------------------------------------------------------------- /docs/apiref/prop_RegExp_matches.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_RegExp_matches.html -------------------------------------------------------------------------------- /docs/apiref/prop_RegExp_rightContext.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_RegExp_rightContext.html -------------------------------------------------------------------------------- /docs/apiref/prop_RegExp_start.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_RegExp_start.html -------------------------------------------------------------------------------- /docs/apiref/prop_Scripts_textEncoding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Scripts_textEncoding.html -------------------------------------------------------------------------------- /docs/apiref/prop_String_length.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_String_length.html -------------------------------------------------------------------------------- /docs/apiref/prop_String_[].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_String_[].html -------------------------------------------------------------------------------- /docs/apiref/prop_System_appDataPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_appDataPath.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_cacheDir.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_cacheDir.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_dataDirectory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_dataDirectory.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_dataPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_dataPath.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_desktopHeight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_desktopHeight.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_desktopLeft.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_desktopLeft.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_desktopTop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_desktopTop.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_desktopWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_desktopWidth.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_drawThreadNum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_drawThreadNum.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_eventDisabled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_eventDisabled.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_exceptionHandler.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_exceptionHandler.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_exeBits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_exeBits.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_exeName.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_exeName.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_exePath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_exePath.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_externalCacheDir.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_externalCacheDir.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_externalFilesDir.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_externalFilesDir.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_filesDir.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_filesDir.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_isAndroid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_isAndroid.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_isWindows.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_isWindows.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_obbDir.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_obbDir.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_onActivate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_onActivate.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_onDeactivate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_onDeactivate.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_openGLESVersion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_openGLESVersion.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_osBits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_osBits.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_osName.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_osName.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_packageCodePath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_packageCodePath.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_packageName.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_packageName.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_personalPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_personalPath.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_platformName.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_platformName.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_rootDirectory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_rootDirectory.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_savedGamesPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_savedGamesPath.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_screenHeight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_screenHeight.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_screenWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_screenWidth.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_sharedObjectPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_sharedObjectPath.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_title.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_title.html -------------------------------------------------------------------------------- /docs/apiref/prop_System_versionString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_System_versionString.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_height.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_height.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_isGray.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_isGray.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_isPowerOfTwo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_isPowerOfTwo.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_margin9Patch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_margin9Patch.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_memoryHeight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_memoryHeight.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_memoryWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_memoryWidth.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_nativeHandle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_nativeHandle.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_stLinear.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_stLinear.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_stNearest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_stNearest.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_stretchType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_stretchType.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_width.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_width.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_wmClampToEdge.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_wmClampToEdge.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_wmMirror.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_wmMirror.html -------------------------------------------------------------------------------- /docs/apiref/prop_Texture_wmRepeat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Texture_wmRepeat.html -------------------------------------------------------------------------------- /docs/apiref/prop_Timer_capacity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Timer_capacity.html -------------------------------------------------------------------------------- /docs/apiref/prop_Timer_enabled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Timer_enabled.html -------------------------------------------------------------------------------- /docs/apiref/prop_Timer_interval.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Timer_interval.html -------------------------------------------------------------------------------- /docs/apiref/prop_Timer_mode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Timer_mode.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBinder_normalize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBinder_normalize.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBinder_offset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBinder_offset.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBinder_stride.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBinder_stride.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_dataType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_dataType.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_dtByte.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_dtByte.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_dtFixed.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_dtFixed.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_dtFloat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_dtFloat.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_dtInt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_dtInt.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_dtShort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_dtShort.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_dtUByte.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_dtUByte.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_dtUInt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_dtUInt.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_dtUShort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_dtUShort.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_isIndex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_isIndex.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_ptLineLoop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_ptLineLoop.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_ptLines.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_ptLines.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_ptPoints.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_ptPoints.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_size.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_size.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_updateType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_updateType.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_utDynamic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_utDynamic.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_utStatic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_utStatic.html -------------------------------------------------------------------------------- /docs/apiref/prop_VertexBuffer_utStream.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VertexBuffer_utStream.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_brightness.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_brightness.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_contrast.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_contrast.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_fps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_fps.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_frame.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_frame.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_height.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_height.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_hue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_hue.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_layer1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_layer1.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_layer2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_layer2.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_left.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_left.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_loop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_loop.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_mode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_mode.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_playRate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_playRate.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_position.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_position.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_saturation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_saturation.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_top.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_top.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_totalTime.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_totalTime.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_visible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_visible.html -------------------------------------------------------------------------------- /docs/apiref/prop_VideoOverlay_width.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_VideoOverlay_width.html -------------------------------------------------------------------------------- /docs/apiref/prop_WaveSoundBuffer_bits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_WaveSoundBuffer_bits.html -------------------------------------------------------------------------------- /docs/apiref/prop_WaveSoundBuffer_filters.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_WaveSoundBuffer_filters.html -------------------------------------------------------------------------------- /docs/apiref/prop_WaveSoundBuffer_flags.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_WaveSoundBuffer_flags.html -------------------------------------------------------------------------------- /docs/apiref/prop_WaveSoundBuffer_labels.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_WaveSoundBuffer_labels.html -------------------------------------------------------------------------------- /docs/apiref/prop_WaveSoundBuffer_looping.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_WaveSoundBuffer_looping.html -------------------------------------------------------------------------------- /docs/apiref/prop_WaveSoundBuffer_pan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_WaveSoundBuffer_pan.html -------------------------------------------------------------------------------- /docs/apiref/prop_WaveSoundBuffer_paused.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_WaveSoundBuffer_paused.html -------------------------------------------------------------------------------- /docs/apiref/prop_WaveSoundBuffer_status.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_WaveSoundBuffer_status.html -------------------------------------------------------------------------------- /docs/apiref/prop_WaveSoundBuffer_volume.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_WaveSoundBuffer_volume.html -------------------------------------------------------------------------------- /docs/apiref/prop_WaveSoundBuffer_volume2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_WaveSoundBuffer_volume2.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_HWND.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_HWND.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_borderStyle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_borderStyle.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_canvas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_canvas.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_caption.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_caption.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_displayDensity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_displayDensity.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_displayRotate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_displayRotate.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_drawCycle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_drawCycle.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_drawDevice.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_drawDevice.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_enableTouch.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_enableTouch.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_focusable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_focusable.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_focusedLayer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_focusedLayer.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_fullScreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_fullScreen.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_height.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_height.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_hintDelay.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_hintDelay.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_ignoreEdgeDrag.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_ignoreEdgeDrag.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_imeMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_imeMode.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_innerHeight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_innerHeight.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_innerWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_innerWidth.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_left.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_left.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_mainWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_mainWindow.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_maxHeight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_maxHeight.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_maxWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_maxWidth.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_minHeight.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_minHeight.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_minWidth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_minWidth.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_mouseCursorState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_mouseCursorState.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_primaryLayer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_primaryLayer.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_stayOnTop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_stayOnTop.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_top.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_top.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_touchPointCount.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_touchPointCount.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_trapKey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_trapKey.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_useMouseKey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_useMouseKey.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_visible.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_visible.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_waitVSync.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_waitVSync.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_width.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_width.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_zoomDenom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_zoomDenom.html -------------------------------------------------------------------------------- /docs/apiref/prop_Window_zoomNumer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/apiref/prop_Window_zoomNumer.html -------------------------------------------------------------------------------- /docs/audio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/audio.md -------------------------------------------------------------------------------- /docs/build_windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/build_windows.md -------------------------------------------------------------------------------- /docs/cautionary_note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/cautionary_note.md -------------------------------------------------------------------------------- /docs/develop_android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/develop_android.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/shader_program.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/shader_program.md -------------------------------------------------------------------------------- /docs/styles-site.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/styles-site.css -------------------------------------------------------------------------------- /docs/video_overlay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/docs/video_overlay.md -------------------------------------------------------------------------------- /hwdrawing_design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krkrz/multi_platform_design/HEAD/hwdrawing_design.md --------------------------------------------------------------------------------