foreignsasquatch / raylib-hx

Haxe bindings for raylib, a simple and easy-to-use library to learn videogame programming
https://raylib.com
zlib License
55 stars 13 forks source link

Typo (GetMousePositiin -> GetMousePosition) #16

Closed robertnorenberg closed 2 years ago

robertnorenberg commented 2 years ago

Got me confused for a moment :)

foreignsasquatch commented 2 years ago

Thank you for noticing and for making a pr!

robertnorenberg commented 2 years ago

Not a problem, glad I could help.

So... I've just noticed some more discrepancies:

"IsWindowMinimized" != "IsWindowsMinimized"
"SetWindowState" != "SetWindowFlag"
"SetWindowSize" != "SetWindowsize"
"GetMonitorPosition" != "GetMoniorPosition"
"GetWindowPosition" != "GetWndowPosition"
"InitTimer" != "InitTime"
"IsFileDropped" != "IsFiledDropped"
"GetFileModTime" != "GetFileModeTime"
"IsGamepadButtonDown" != "IsGamepadButtonDow"
"DrawLineEx" != "DrawLienEx"
"CheckCollisionRec" != "GetCollisionRec"

Is any of them intentional?

Let me know so I can prepare another PR :)