소스 검색

Fixed a bug

pull/83/head
Ray 9 년 전
부모
커밋
84a6724b33
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/raylib.h
  2. +0
    -1
      src_android/jni/Android.mk

+ 1
- 1
src/raylib.h 파일 보기

@ -602,7 +602,7 @@ bool IsGamepadButtonUp(int gamepad, int button); // Detect if a gamepad b
int GetTouchX(void); // Returns touch position X for touch point 0 (relative to screen size)
int GetTouchY(void); // Returns touch position Y for touch point 0 (relative to screen size)
Vector2 GetTouchPosition(int index) // Returns touch position XY for a touch point index (relative to screen size)
Vector2 f">GetTouchPosition(int index) class="p">; // Returns touch position XY for a touch point index (relative to screen size)
#if defined(PLATFORM_ANDROID)
bool IsButtonPressed(int button); // Detect if an android physic button has been pressed

+ 0
- 1
src_android/jni/Android.mk 파일 보기

@ -39,7 +39,6 @@ LOCAL_MODULE := raylib
LOCAL_SRC_FILES :=\
../../src/core.c \
../../src/rlgl.c \
../../src/raymath.c \
../../src/textures.c \
../../src/text.c \
../../src/shapes.c \

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