Rainy

Results 38 issues of Rainy

https://github.com/HaxeFoundation/hashlink/commit/21ede72a8abbc39b71c3c3607eca7c8a5d688d28#r77274896 This is the key cause of the problem. And i chaneg it: ```c pextra *e = extra_pages, *prev = NULL; while( e ) { __android_log_print(ANDROID_LOG_VERBOSE, "SDL", "page_ptr=%d ptr=%d", e->page_ptr,ptr);...

Can two different objects be judged to be equal? Error: ```haxe Uncaught exception: Can't cast zygame.components.ZQuad to openfl.display.Stage ``` Code: ```haxe private function onSelect2(e:MouseEvent):Void{ if(isClick== true)return; if(e.target == this.stage){ }...

The MacOs App generated by lime build hl doesn't seem to be able to click on the app. Can only rely on lime run hl to start? I tried to...

Use the queue method to update the objects that need to be updated. At present, it is known that there are rendering problems in DOM, so DOM will maintain the...

1. Fix the problem that tap focus cannot be input. 2. When repairing the input, the default color is incorrect. 3. When clicking a text box other than text, the...

My idea is that if there is no change in the tilemap, there is no need to refresh the Buffer data. I need to know whether __worldAlpha has been changed,...

Use Textarea instead of div multi-text input; Use Input Text type instead of div single-line text input; Use Input Password type instead of password text input. ![image](https://user-images.githubusercontent.com/9693090/108464313-db14f780-72ba-11eb-8cf8-0d1fd5f6ee0b.png)

If it can drive bone animation through GPU, you can improve performance.

enhancement