Selaa lähdekoodia

Add IsCursorEnabled to raylib.h

pull/5419/head
sirsegv 2 kuukautta sitten
committed by GitHub
vanhempi
commit
6b6d862cbb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/raylib.h

+ 1
- 0
src/raylib.h Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna