raylib-go icon indicating copy to clipboard operation
raylib-go copied to clipboard

Added missing functions

Open Iskander0 opened this issue 4 years ago • 1 comments

GetWindowHandle GetWorldToScreenEx LoadFileData SaveFileData LoadFileText SaveFileText FileExists DirectoryExists IsFileExtension GetFileExtension GetFileName GetFileNameWithoutExt GetDirectoryPath GetPrevDirectoryPath GetWorkingDirectory ChangeDirectory GetFileModTime OpenURL SetGamepadMappings <- fixed name

Iskander0 avatar Jan 16 '22 16:01 Iskander0

Thanks, I would prefer not to add file/dir functions that are all available in the standard Go library. Also, no need for SetRandomSeed. This makes maintenance easier for future raylib renames etc. Cursor functions used to go in the platforms file, they needed to be there, probably not the case anymore.

Can you just add

GetWindowHandle GetWorldToScreenEx OpenURL SetGamepadMappings

gen2brain avatar Jan 16 '22 18:01 gen2brain

Thanks, I hand-picked some functions and added them.

gen2brain avatar Aug 27 '22 15:08 gen2brain