Added input manager final version

This commit is contained in:
2021-02-25 00:00:49 +11:00
parent 700a1b8c7f
commit 90fa9d8314
9 changed files with 84 additions and 40 deletions

View File

@@ -26,7 +26,6 @@ typedef struct {
/** Dimensions of the screen (in pixels) */
uint32_t screenWidth, screenHeight;
int32_t inputSourceCount;
float *inputValues;
platforminput_t *inputSource;
/** Count of input sources that exist in engine. */
uint32_t inputSourceCount;
} platform_t;