add key function to raylib.h
This commit is contained in:
parent
ab8b2fb7a3
commit
85c7e98c17
|
|
@ -1173,6 +1173,7 @@ RLAPI float GetGesturePinchAngle(void); // Get gesture pinch ang
|
||||||
// Camera System Functions (Module: rcamera)
|
// Camera System Functions (Module: rcamera)
|
||||||
//------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------
|
||||||
RLAPI void UpdateCamera(Camera *camera, int mode); // Update camera position for selected mode
|
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)
|
// Basic Shapes Drawing Functions (Module: shapes)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user