Update new gamepad info example

This commit is contained in:
Michael 2023-10-10 19:11:14 -04:00
parent 9719bfc610
commit 3028324634

View File

@ -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