raylib/examples/core
Jonathan Marler 00fb09cebf Prevent immediate window restore from minimize in core_window_flags
The core_window_flags example automatically restores the window from
being minimized after 3 seconds. However, it only resets the frameCounter
if the window is minimized through the app from inputting KEY_N.  This
means if you miminize the window by other means (like pressing the minimize
button) then the example will immediately restore the window because the
frame counter wasn't reset. I've fixed this by setting the frameCounter
back to 0 once it's expired. I also added a note in the UI that the example
automatically restores the window so it's not a surprise.
2025-03-26 20:02:03 -06:00
..
resources Reviewed shaders comment wording (#4793) 2025-02-25 14:26:52 +01:00
core_2d_camera.c Increase zoom factor in core_2d_camera.c 2025-03-19 20:19:19 +01:00
core_2d_camera.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_2d_camera_mouse_zoom.c Use logarithmic zoom scaling in 2d camera zoom examples 2025-03-19 19:48:04 +01:00
core_2d_camera_mouse_zoom.png Formatting review and examples review 2025-01-12 18:02:36 +01:00
core_2d_camera_platformer.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_2d_camera_platformer.png Create core_2d_camera_platformer.png 2020-01-09 13:23:40 +01:00
core_2d_camera_split_screen.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_2d_camera_split_screen.png Reviewed examples for consistency 2023-09-08 13:27:13 +02:00
core_3d_camera_first_person.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_3d_camera_first_person.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_3d_camera_free.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_3d_camera_free.png Fix example core_3d_camera_free (#3488) 2023-10-31 10:10:43 +01:00
core_3d_camera_mode.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_3d_camera_mode.png examples review 2019-05-14 15:34:23 +02:00
core_3d_camera_split_screen.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_3d_camera_split_screen.png Reviewed examples for consistency 2023-09-08 13:27:13 +02:00
core_3d_picking.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_3d_picking.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_automation_events.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_automation_events.png Changed keybinds for the automation example to avoid conflict with browser shortcuts (#3519) 2023-11-10 15:04:04 +01:00
core_basic_screen_manager.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_basic_screen_manager.png Create core_basic_screen_manager.png 2021-06-30 18:54:36 +02:00
core_basic_window.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_basic_window.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_basic_window_web.c Update more examples inconsistencies (#4711) 2025-01-19 17:17:38 +01:00
core_custom_frame_control.c Avoid divide by 0 in core_custom_frame_control example 2025-03-26 10:58:59 -06:00
core_custom_frame_control.png ADDED: Example: core_custom_frame_control 2021-06-22 21:20:14 +02:00
core_custom_logging.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_custom_logging.png Add SetTraceLogCallback to enable users setting custom logging (#597) 2018-07-26 21:57:45 +02:00
core_drop_files.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_drop_files.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_input_gamepad.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_input_gamepad.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_input_gestures.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_input_gestures.png examples review 2019-05-14 15:34:23 +02:00
core_input_gestures_web.c Update more examples inconsistencies (#4711) 2025-01-19 17:17:38 +01:00
core_input_gestures_web.png [example] Core Input Gestures for Web (#3172) 2023-07-16 13:07:29 +02:00
core_input_keys.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_input_keys.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_input_mouse.c update examples with difficulty stars (#4694) 2025-01-17 10:42:30 +01:00
core_input_mouse.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_input_mouse_wheel.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_input_mouse_wheel.png examples review 2019-05-14 15:34:23 +02:00
core_input_multitouch.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_input_multitouch.png Review some examples 2019-04-12 13:29:53 +02:00
core_input_virtual_controls.c Update more examples inconsistencies (#4711) 2025-01-19 17:17:38 +01:00
core_input_virtual_controls.png [examples] improve input_virtual_controls example (#4584) 2024-12-08 08:52:09 +01:00
core_loading_thread.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_loading_thread.png new example: core_loading_thread 2019-05-02 12:22:54 +02:00
core_random_sequence.c Update more examples inconsistencies (#4711) 2025-01-19 17:17:38 +01:00
core_random_sequence.png Add an example that generates a random sequence. (#3846) 2024-02-29 18:26:49 +01:00
core_random_values.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_random_values.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_scissor_test.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_scissor_test.png Reviewed new examples 2019-07-28 15:09:01 +02:00
core_smooth_pixelperfect.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_smooth_pixelperfect.png Update examples screenshots 2021-10-17 21:39:52 +02:00
core_storage_values.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_storage_values.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_vr_simulator.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_vr_simulator.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
core_window_flags.c Prevent immediate window restore from minimize in core_window_flags 2025-03-26 20:02:03 -06:00
core_window_flags.png Updated several files while porting examples to web 2020-12-24 13:51:24 +01:00
core_window_letterbox.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_window_letterbox.png [example] Integrate virtual mouse in main example 2020-03-28 18:36:30 +01:00
core_window_should_close.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_window_should_close.png ADDED: example: core_window_should_close 2022-07-07 11:07:41 +02:00
core_world_screen.c [examples] Update examples to be consistent (#4699) 2025-01-18 19:41:56 +01:00
core_world_screen.png Reorganize examples folder 2017-04-04 01:54:49 +02:00