circuitpython/shared-module/_eve
James Bowman dff3423c23 Change from fixed-point integer arguments to floating point in EVE API functions
Changed calls: PointSize(), LineWidth(), VertexTranslateX() and VertexTranslateY()
Units for all the above are now pixels, not fixed-point integers. This matches OpenGL.
Docstrings updated accordingly
2021-01-22 15:52:46 -08:00
..
__init__.c Change from fixed-point integer arguments to floating point in EVE API functions 2021-01-22 15:52:46 -08:00
__init__.h Move _eve module declarations into shared-bindings header 2020-02-07 17:10:19 -08:00