First commit

This commit is contained in:
2021-03-07 05:58:59 +01:00
committed by Andreas Schaafsma
commit 5d4c4a054e
18475 changed files with 3309357 additions and 0 deletions

View File

@@ -0,0 +1,82 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_openfl__internal_Lib
#define INCLUDED_openfl__internal_Lib
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS1(haxe,IMap)
HX_DECLARE_CLASS2(haxe,ds,StringMap)
HX_DECLARE_CLASS2(lime,app,Application)
HX_DECLARE_CLASS2(lime,app,IModule)
HX_DECLARE_CLASS2(lime,app,Module)
HX_DECLARE_CLASS2(openfl,_internal,Lib)
HX_DECLARE_CLASS2(openfl,display,Application)
HX_DECLARE_CLASS2(openfl,display,DisplayObject)
HX_DECLARE_CLASS2(openfl,display,DisplayObjectContainer)
HX_DECLARE_CLASS2(openfl,display,IBitmapDrawable)
HX_DECLARE_CLASS2(openfl,display,InteractiveObject)
HX_DECLARE_CLASS2(openfl,display,MovieClip)
HX_DECLARE_CLASS2(openfl,display,Sprite)
HX_DECLARE_CLASS2(openfl,events,EventDispatcher)
HX_DECLARE_CLASS2(openfl,events,IEventDispatcher)
namespace openfl{
namespace _internal{
class HXCPP_CLASS_ATTRIBUTES Lib_obj : public hx::Object
{
public:
typedef hx::Object super;
typedef Lib_obj OBJ_;
Lib_obj();
public:
enum { _hx_ClassId = 0x0a0eec29 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="openfl._internal.Lib")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,false,"openfl._internal.Lib"); }
inline static hx::ObjectPtr< Lib_obj > __new() {
hx::ObjectPtr< Lib_obj > __this = new Lib_obj();
__this->__construct();
return __this;
}
inline static hx::ObjectPtr< Lib_obj > __alloc(hx::Ctx *_hx_ctx) {
Lib_obj *__this = (Lib_obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(Lib_obj), false, "openfl._internal.Lib"));
*(void **)__this = Lib_obj::_hx_vtable;
return __this;
}
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~Lib_obj();
HX_DO_RTTI_ALL;
static bool __GetStatic(const ::String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp);
static bool __SetStatic(const ::String &inString, Dynamic &ioValue, hx::PropertyAccess inCallProp);
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("Lib",25,07,3a,00); }
static void __boot();
static ::Dynamic __meta__;
static ::openfl::display::Application application;
static ::openfl::display::MovieClip current;
static ::haxe::ds::StringMap _hx___sentWarnings;
static void notImplemented( ::Dynamic posInfo);
static ::Dynamic notImplemented_dyn();
};
} // end namespace openfl
} // end namespace _internal
#endif /* INCLUDED_openfl__internal_Lib */

View File

@@ -0,0 +1,73 @@
// Generated by Haxe 4.0.5
#ifndef INCLUDED_openfl__internal_utils_TouchData
#define INCLUDED_openfl__internal_utils_TouchData
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS2(lime,ui,Touch)
HX_DECLARE_CLASS2(lime,utils,ObjectPool)
HX_DECLARE_CLASS3(openfl,_internal,utils,TouchData)
HX_DECLARE_CLASS2(openfl,display,DisplayObject)
HX_DECLARE_CLASS2(openfl,display,IBitmapDrawable)
HX_DECLARE_CLASS2(openfl,display,InteractiveObject)
HX_DECLARE_CLASS2(openfl,events,EventDispatcher)
HX_DECLARE_CLASS2(openfl,events,IEventDispatcher)
namespace openfl{
namespace _internal{
namespace utils{
class HXCPP_CLASS_ATTRIBUTES TouchData_obj : public hx::Object
{
public:
typedef hx::Object super;
typedef TouchData_obj OBJ_;
TouchData_obj();
public:
enum { _hx_ClassId = 0x4f4ffc24 };
void __construct();
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl._internal.utils.TouchData")
{ return hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return hx::Object::operator new(inSize+extra,true,"openfl._internal.utils.TouchData"); }
static hx::ObjectPtr< TouchData_obj > __new();
static hx::ObjectPtr< TouchData_obj > __alloc(hx::Ctx *_hx_ctx);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(hx::DynamicArray inArgs);
//~TouchData_obj();
HX_DO_RTTI_ALL;
hx::Val __Field(const ::String &inString, hx::PropertyAccess inCallProp);
static bool __GetStatic(const ::String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp);
hx::Val __SetField(const ::String &inString,const hx::Val &inValue, hx::PropertyAccess inCallProp);
static bool __SetStatic(const ::String &inString, Dynamic &ioValue, hx::PropertyAccess inCallProp);
void __GetFields(Array< ::String> &outFields);
static void __register();
void __Mark(HX_MARK_PARAMS);
void __Visit(HX_VISIT_PARAMS);
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("TouchData",69,c5,a2,a9); }
static void __boot();
static ::Dynamic __meta__;
static ::lime::utils::ObjectPool _hx___pool;
::Array< ::Dynamic> rollOutStack;
::lime::ui::Touch touch;
::openfl::display::InteractiveObject touchDownTarget;
::openfl::display::InteractiveObject touchOverTarget;
void reset();
::Dynamic reset_dyn();
};
} // end namespace openfl
} // end namespace _internal
} // end namespace utils
#endif /* INCLUDED_openfl__internal_utils_TouchData */