aboutsummaryrefslogtreecommitdiff
path: root/input.go
AgeCommit message (Expand)Author
2015-02-21Move latest GLFW 3.1 bindings into v3.1/glfw subfolder.Dmitri Shuralyov
2015-02-21Add missing panicError call.Stephen Gutekanst
2015-02-21Return less errors; Fixes #118Stephen Gutekanst
2015-02-21Update documentCoşku Baş
2015-02-21Convert non RGBA images to RGBA, use Image interfaceCoşku Baş
2015-02-21More naming and doc updatesCoşku Baş
2015-02-21Tie GLFWimage to imgage.NRGBACoşku Baş
2015-02-21Adhere strictly to C API namingCoşku Baş
2015-02-21Avoid name collisionCoşku Baş
2015-02-21Implement cursor stuffCoşku Baş
2015-02-21Switched to all caps abbreviationsCoşku Baş
2015-02-21Remove a typo that is kept only for backward compatibilityCoşku Baş
2015-02-21Rename Character to Char to match upstream API naming.Dmitri Shuralyov
2015-02-21Return an error from all functions. See go-gl/glfw#8Stephen Gutekanst
2015-02-21Use direct includes to our copy of GLFW sources.Stephen Gutekanst
2015-02-21Use named return values for previous callbacksPeter Waller
2015-02-21Make input Set*Callback return previous callbackPeter Waller
2015-02-21Improve documentation style slightly.Dmitri Shuralyov
2015-02-21Add glfwSetCharModsCallback() support.Dmitri Shuralyov
2015-02-21Add glfwSetDropCallback() support.Dmitri Shuralyov
2015-02-21Fix #37Coşku Baş
2015-02-21Fix #40Coşku Baş
2015-02-21Delete empty spaceCoşku Baş
2015-02-21Fix #56Coşku Baş
2013-11-25Better documented return namesCoşku Baş
2013-10-03Fixes #53 patch by james4kCoşku Baş
2013-10-02Fix window callbacks to be per-context.James Gray
2013-08-30Code reuseCoşku Baş
2013-08-28Remove unnecessary unsafe.Pointer castsCoşku Baş
2013-08-12Better code reuseCoşku Baş
2013-08-12Correct spelling of SetCursorPosition doc comment.mewmew
2013-08-01Updates #37Coşku Baş
2013-08-01Update input.goCoşku Baş
2013-07-03Use nil to unset callbacksCosku Bas
2013-07-03Fix inconsistency in enum type nameCosku Bas
2013-07-03Fix inconsistency in enum type nameCosku Bas
2013-07-03Add missing keyCosku Bas
2013-07-03Update #27Cosku Bas
2013-06-30Fixes package name confusionCosku Bas
2013-06-06Remove dedicated callback function types. Improve consistency of callback fun...mewmew
2013-06-06glfw 3.0 now includes a scancode parameter in the key callback.mewmew
2013-06-06Update parameter names of goScrollCB.mewmew
2013-06-05Stricter type checks.mewmew
2013-05-29Doc fixesCosku Bas
2013-05-26Formatting and doc updateCoşku Baş
2013-05-26Abstract C typesCoşku Baş
2013-05-28Update to latest glfw headCosku Bas
2013-05-25More doc updateCoşku Baş
2013-05-25More doc updateCoşku Baş
2013-05-24More doc updateCoşku Baş