mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-11 22:18:54 +01:00
Added some functions and Updated examples
View CHANGELOG for details
This commit is contained in:
19
CHANGELOG
19
CHANGELOG
@ -1,8 +1,25 @@
|
||||
changelog
|
||||
---------
|
||||
|
||||
Current: raylib 1.0 (November 2013)
|
||||
Current: raylib 1.0.1 (November 2013)
|
||||
|
||||
-----------------------------------------------
|
||||
Update: raylib 1.0.1 (28 November 2013)
|
||||
-----------------------------------------------
|
||||
[text] DrawText() - Removed spacing parameter
|
||||
[text] MeasureText() - Removed spacing parameter
|
||||
[text] DrawFps() - Renamed to DrawFPS() for coherence with similar function
|
||||
[core] IsKeyPressed() - Change functionality, check if key pressed once
|
||||
[core] IsKeyDown() - Added, check if key is being pressed
|
||||
[core] IsKeyReleased() - Change functionality, chek if key released once
|
||||
[core] IsKeyUp() - Added, check if key is being NOT pressed
|
||||
[core] IsMouseButtonDown() - Added, check if mouse button is being pressed
|
||||
[core] IsMouseButtonPressed() - Change functionality, check if mouse button pressed once
|
||||
[core] IsMouseButtonUp() - Added, check if mouse button is NOT being pressed
|
||||
[core] IsMouseButtonReleased() - Change functionality, check if mouse button released once
|
||||
[textures] DrawTexturePro() - Added, texture drawing with 'pro' parameters
|
||||
|
||||
[examples] Function changes applied to ALL examples
|
||||
|
||||
-----------------------------------------------
|
||||
Release: raylib 1.0.0 (18 November 2013)
|
||||
|
||||
Reference in New Issue
Block a user