소스 검색

Update core_input_gamepad.c

pull/5353/head
Ray 1 개월 전
부모
커밋
80b6b7fc2a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      examples/core/core_input_gamepad.c

+ 0
- 2
examples/core/core_input_gamepad.c 파일 보기

@ -196,7 +196,6 @@ int main(void)
}
else
{
// Draw background: generic
DrawRectangleRounded((Rectangle){ 175, 110, 460, 220}, 0.3f, 16, DARKGRAY);
@ -269,7 +268,6 @@ int main(void)
else
{
DrawText(TextFormat("GP%d: NOT DETECTED", gamepad), 10, 10, 10, GRAY);
DrawTexture(texXboxPad, 0, 0, LIGHTGRAY);
}

불러오는 중...
취소
저장