haxeui / haxeui-raylib

RayLib backend for HaxeUI
MIT License
6 stars 1 forks source link

Abstract for Textfield not matching Abstract #1

Closed hoseyjoe closed 3 years ago

hoseyjoe commented 3 years ago

I got this error haxeui-raylib/git/haxe/ui/backend/raylib/TextField.hx:679: characters 36-50 : Abstract has no field KEY_LEFT_SHIFT

I fixed it by changing code in Textfield to match the abstract.

This is from the abstract @:native("KEY_LEFT") public static var LEFT:Int;

So I changed from KEY_LEFT_SHIFT to LEFT_SHIFT

Or something like that. anyways I created a patch file which I have never done before.

patch.txt

ianharrigan commented 3 years ago

Good point... i had that (and some other) changes locally... should be fixed in latest version