mewmew
5c98b446fd
pixel/pixelgl: export UpdateInput
...
This change mirrors the change done in the master branch
(see #78 ) for users of gl2.1, to provide access to polling
of events without rendering the screen.
Updates #26 .
2018-03-24 19:19:56 +01:00
faiface
ecdd8462bb
replace complex128 Vec with a struct
2017-05-21 19:25:06 +02:00
faiface
cce26f0a51
add Window.Repeat
2017-05-10 23:54:06 +02:00
faiface
b15c10298e
fix and simplify input handling in Window
2017-05-10 21:22:47 +02:00
faiface
3a14aae310
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