From 3028324634e6ae59dc504d4809b219c8c03403e9 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 10 Oct 2023 19:11:14 -0400 Subject: [PATCH] Update new gamepad info example --- examples/core/core_input_gamepad_info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/core/core_input_gamepad_info.c b/examples/core/core_input_gamepad_info.c index 0dcf76928..84a687cd8 100644 --- a/examples/core/core_input_gamepad_info.c +++ b/examples/core/core_input_gamepad_info.c @@ -23,8 +23,8 @@ int main(void) { // Initialization //-------------------------------------------------------------------------------------- - const int screenWidth = 3440; - const int screenHeight = 1440; + const int screenWidth = 800; + const int screenHeight = 450; SetConfigFlags(FLAG_MSAA_4X_HINT); // Set MSAA 4X hint before windows creation