mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -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] = {
|
||||
|
||||
@ -156,7 +156,7 @@ extern CoreData CORE; // Global CORE state context
|
||||
static PlatformData platform = { 0 }; // Platform specific data
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Local Variables Definition
|
||||
// Global Variables Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// NOTE: The complete evdev EV_KEY list can be found at /usr/include/linux/input-event-codes.h
|
||||
|
||||
@ -86,7 +86,7 @@ extern CoreData CORE; // Global CORE state context
|
||||
static PlatformData platform = { 0 }; // Platform specific data
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Local Variables Definition
|
||||
// Global Variables Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
static const char cursorLUT[11][12] = {
|
||||
"default", // 0 MOUSE_CURSOR_DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user