소스 검색

Add IsCursorEnabled to raylib.h

pull/5419/head
sirsegv 2 달 전
committed by GitHub
부모
커밋
6b6d862cbb
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/raylib.h

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

@ -1025,6 +1025,7 @@ RLAPI void HideCursor(void); // Hides curso
RLAPI bool IsCursorHidden(void); // Check if cursor is not visible
RLAPI void EnableCursor(void); // Enables cursor (unlock cursor)
RLAPI void DisableCursor(void); // Disables cursor (lock cursor)
RLAPI bool IsCursorEnabled(void); // Check if cursor is enabled (unlocked)
RLAPI bool IsCursorOnScreen(void); // Check if cursor is on the screen
// Drawing-related functions

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