CodeLingo Bot
|
489b03138f
|
Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
|
2019-03-11 00:45:01 +00:00 |
Stephen Michaelis
|
8d20deea05
|
update MouseEntered to MouseInsideWindow
|
2019-01-21 17:13:51 -05:00 |
Stephen Michaelis
|
4c817d7c20
|
adding mouse operations
|
2019-01-19 10:24:01 -05:00 |
Humphrey Shotton
|
676509d856
|
Added joystick input
|
2018-12-30 18:42:02 +00:00 |
mewmew
|
98be0b43c8
|
pixelgl: clarify UpdateInput docs
|
2018-01-04 19:23:53 +01:00 |
mewmew
|
6c69d9b06b
|
pixelgl: export UpdateInput
|
2018-01-01 21:04:56 +01:00 |
faiface
|
fcfeb200b6
|
replace complex128 Vec with a struct
|
2017-05-21 19:25:06 +02:00 |
faiface
|
be2434cfa8
|
add Window.Repeat
|
2017-05-10 23:54:06 +02:00 |
faiface
|
9062f1eae9
|
fix and simplify input handling in Window
|
2017-05-10 21:22:47 +02:00 |
faiface
|
c9319763d7
|
add Window.Typed
|
2017-05-10 21:10:10 +02:00 |
faiface
|
eab91b4110
|
fix many bugs in pixelgl doc
|
2017-03-15 22:55:43 +01:00 |
faiface
|
203adc914b
|
change Rect to have Min, Max instead of Pos, Size
|
2017-03-13 23:52:34 +01:00 |
faiface
|
dcf70e5a26
|
fix mouse moving outside window with glfw callbacks
|
2017-03-10 13:11:44 +01:00 |
faiface
|
3071cf1750
|
add TODO comment
|
2017-03-10 00:56:35 +01:00 |
faiface
|
c2a1fe7de8
|
only register mouse inside window
|
2017-03-10 00:01:58 +01:00 |
faiface
|
fa774a4259
|
fix key callback for glfw.KeyUnknown
|
2017-03-09 22:11:59 +01:00 |
faiface
|
94fe4019fd
|
optimize Window.MousePosition
|
2017-03-09 00:56:57 +01:00 |
faiface
|
17d1731d66
|
fix Window.MousePosition (new coordinate system)
|
2017-03-06 15:51:59 +01:00 |
faiface
|
dbd90a0bcb
|
move OpenGL specific stuff to pixelgl (except for Picture)
|
2017-02-22 20:44:38 +01:00 |