Added input manager final version
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user