b3f82a148a
Add IsKeyPressedRepeat (desktop only) ( #3245 )
...
Since the key pressed are handle by comparing current vs previous
state (ie frame), a special way is needed to handle key repeats.
2023-08-20 23:53:20 +02:00
93f59a6f59
Review tabs and trail-spaces
2023-08-10 22:47:17 +02:00
03ecf2202e
Fix typos in rcore.c comments ( #3234 )
...
* Fix typos in rcore.c comments
thought i corrected "dettach"
Fix typos in rcore.c comments
* 'fordward' > forward
2023-08-08 20:10:40 +02:00
db55bed72b
fix: check if ctrl modifier is among the currently set modifiers ( #3230 )
2023-08-07 19:51:36 +02:00
c9864d8ac1
Fixed Android app black screen issue when reopening after incomplete closing ( #3227 )
...
* Fixed black screen issue when resuming the app on Android
Partly explained here: https://github.com/raysan5/raylib/issues/3127
* Fix APP_CMD_TERM_WINDOW for Android
2023-08-06 22:04:20 +02:00
d3058fe589
[CORE] Support for SetWindowTitle and InitWindow for web ( #3222 )
...
* Update raylib.h
Changed SetWindowTitle's description
* Update rcore.c
SetWindowTitle now works on web
* Update rcore.c
InitWindow title now works with web platform too.
2023-08-04 12:04:19 +02:00
464e714a2e
Adds BORDERLESS_WINDOWED_MODE for PLATFORM_DESKTOP ( #3216 )
2023-08-02 19:16:35 +02:00
04678bc585
int math done with floats causes warnings. ( #3218 )
2023-08-02 19:12:38 +02:00
4fd40f0333
Fixes GetCurrentMonitor() detection inconsistency issue ( #3215 )
2023-08-01 10:42:50 +02:00
962030e70a
Changes SetWindowMonitor() to no longer force fullscreen ( #3209 )
...
* Changes SetWindowMonitor() to no longer force fullscreen
* Readds fullscreen support
2023-07-28 20:08:41 +02:00
090b857912
Fix mouse wheel not working in PLATFORM_RPI or PLATFORM_DRM ( #3193 )
2023-07-23 20:35:41 +02:00
b980268ba7
[example] Core Input Gestures for Web ( #3172 )
...
* [example] Core Input Gestures for Web
* Fix Doubletap for web
* Changes TAP_TIMEOUT and rgGetCurrentTime to seconds
2023-07-16 13:07:29 +02:00
b807c590cb
Merge branch 'master' of https://github.com/raysan5/raylib
2023-07-10 19:13:53 +02:00
0b9fae3c53
Reviewed rcamera/rgestures file-macros for consistency #3161
2023-07-10 19:13:44 +02:00
4b6cbd2340
Fix Touch pointCount for web ( #3163 )
2023-07-10 18:58:56 +02:00
ffe4d36e0a
Fix swipe gestures for web ( #3151 )
2023-07-03 09:29:26 +02:00
d1ab031a27
ADDED: SetWindowFocused() #3142
2023-07-02 17:48:00 +02:00
df90da0b37
Update rcore.c
2023-07-02 10:50:40 +02:00
5e1a81555c
Review android_main() in rcore.c ( #3121 )
2023-06-20 11:01:57 +02:00
2209e5b0ca
fix window flags order ( #3114 )
2023-06-16 18:08:10 +02:00
a0a18384cb
Fix typo
2023-06-16 16:34:47 +02:00
ba802fdd5e
tweaks
2023-06-03 19:50:46 +02:00
e497603678
ADDED: Experimental support for OpenGL ES 3.0 -WIP-
...
Just added the required flags to request the OpenGL ES 3.0 context but it has not been tested...
2023-05-31 18:36:33 +02:00
1b4634702c
Minor tweak
2023-05-21 11:20:42 +02:00
c3f049fd74
review formatting
2023-05-16 11:02:00 +02:00
675efbda3b
Fix Android app freeze after calling CloseWindow() ( #3067 )
...
Fixed that the Android application was not closed properly after calling `CloseWindow()` and continued to run.
2023-05-16 11:00:44 +02:00
e17cf9ecd7
REVIEWED: Formating
2023-05-15 11:30:31 +02:00
26a3536958
GetCurrentMonitor() bugfix ( #3058 )
...
* GetCurrentMonitor() bugfix
* GetCurrentMonitor() bugfix
2023-05-14 21:20:43 +02:00
7d68aa6869
REVIEWED: Modules description layout
2023-05-01 14:04:22 +02:00
59596e4266
Update rcore.c
2023-04-29 20:39:36 +02:00
ac2e9cd00f
REVIEWED: Update CORE.Input.Touch.pointCount #3024
2023-04-23 11:48:01 +02:00
9d38363e09
Remove trailing spaces
2023-04-17 12:18:06 +02:00
770e239f73
Minor tweaks to raylib events automation system
2023-03-22 19:47:42 +01:00
b436c8d7e5
ADDED: Security check for emscripten_run_script() #2954
2023-03-12 13:48:11 +01:00
ee3e40c663
Update rcore.c
2023-03-12 13:47:02 +01:00
614e0518a7
Remove trailing spaces
2023-03-06 14:58:58 +01:00
cf1ebada0e
Tweak WindowDropCallback() #2943
2023-03-06 13:15:13 +01:00
d3f5bc4043
REVIEWED: GetWindowHandle() #2950
2023-03-05 20:06:45 +01:00
ab14ad5d75
Close issue #2949
2023-03-05 11:26:37 +01:00
1611cd54e7
REVIEWED: GetWindowHandle() #2938
2023-03-04 18:56:04 +01:00
7fd2bf1a32
Minimal tweak
2023-02-25 01:07:52 +01:00
215eb967e8
Update rcore.c
2023-02-24 18:31:16 +01:00
b4d824d6fc
REVIEWED: GetMonitorWidth() and GetMonitorHeight() #2934
2023-02-21 23:10:03 +01:00
8169d0eab2
REVIEWED: IsWindowFocused() to consider Android App state #2935
2023-02-21 23:01:23 +01:00
bcae065c88
REVIEWED: IsShaderReady()
2023-02-21 13:15:11 +01:00
1347a15539
ADDED: SetWindowIcons() to set multiple icon image sizes
2023-02-21 13:14:51 +01:00
beb44f1dac
Avoid centering mouse when program launches
2023-02-15 13:11:26 +01:00
903d85e323
Make sure window position always inits in the middle of the current monitor
2023-02-15 12:53:41 +01:00
5dedb27ce0
REVIEWED: Issue with camera jump on first frame
2023-02-14 22:51:34 +01:00
ea590c44a9
REVIEWED: Camera redesign PR
2023-02-14 20:00:51 +01:00