add key function to raylib.h

This commit is contained in:
Jeffery Myers 2023-02-14 17:05:41 -08:00
parent ab8b2fb7a3
commit 85c7e98c17

View File

@ -1173,6 +1173,7 @@ RLAPI float GetGesturePinchAngle(void); // Get gesture pinch ang
// Camera System Functions (Module: rcamera)
//------------------------------------------------------------------------------------
RLAPI void UpdateCamera(Camera *camera, int mode); // Update camera position for selected mode
RLAPI void SetCameraInputKey(int input, int key); // Set the camera input keys using the enum CameraInputKeys
//------------------------------------------------------------------------------------
// Basic Shapes Drawing Functions (Module: shapes)