You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed default library name from glfw3 to glfw (See Issue#8)
Merged Pull Request#7 to implement storing managed references to delegates used for native callbacks, as this caused errors with .NET Framework when the reference got lost.
Merged Pull Request#11 to fix critical error when using static Glfw.Monitors property
Default NativeWindow resolution is now 800x600 from 640x480 if not specified
Minor code improvements, refactorings, and typo fixes
Implemented IEquatable for NativeWindow class
Added various platform/backend specific native functions