mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 18:29:18 -05:00
REVIEWED: Code sections definition
This commit is contained in:
@ -111,7 +111,7 @@ extern CoreData CORE; // Global CORE state context
|
||||
static PlatformData platform = { 0 }; // Platform specific data
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Local Variables Definition
|
||||
// Global Variables Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
#define SCANCODE_MAPPED_NUM 232
|
||||
static const KeyboardKey mapScancodeToKey[SCANCODE_MAPPED_NUM] = {
|
||||
|
||||
Reference in New Issue
Block a user