gopxl / pixel

A hand-crafted 2D game library in Go.
MIT License
225 stars 9 forks source link

SubTask - Define a standard set of inputs in pixel core #66

Closed bhperry closed 11 months ago

bhperry commented 11 months ago

Currently all input buttons have been moved to the opengl package along with everything else from pixelgl. These should be defined in pixel core, and then mapped to the appropriate values for each backend.

duysqubix commented 11 months ago

related to #60