ruby_rpg 0.0.1 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +21 -0
- data/bin/build.bash +13 -0
- data/glfw-3.3.9.bin.MACOS/LICENSE.md +23 -0
- data/glfw-3.3.9.bin.MACOS/README.md +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/bc_s.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/bc_sd.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/build_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/build_guide.html +199 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/closed.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/compat_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/compat_guide.html +153 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/compile_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/compile_guide.html +223 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/context_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/context_guide.html +259 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/deprecated.html +88 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/dir_08423ce7729c4554356a7de7171ba263.html +85 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/dir_2dcebcdf14b42e92a6ed85c61bda6b9d.html +93 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/dir_62ce056722ee97c199075aa1d6eca309.html +95 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/dir_dddf4cf62655095a666cf715de3a31a2.html +91 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/doc.svg +12 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/docd.svg +12 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/doxygen.css +1685 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/doxygen.svg +28 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/dynsections.js +192 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/extra.css +1 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/files.html +91 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/folderclosed.svg +11 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/folderclosedd.svg +11 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/folderopen.svg +17 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/folderopend.svg +12 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/glfw3_8h.html +1661 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/glfw3_8h_source.html +1175 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/glfw3native_8h.html +167 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/glfw3native_8h_source.html +303 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__buttons.html +282 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__context.html +304 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__errors.html +304 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__gamepad__axes.html +202 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__gamepad__buttons.html +410 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__hat__state.html +234 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__init.html +570 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__input.html +2255 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__joysticks.html +362 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__keys.html +2034 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__mods.html +198 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__monitor.html +848 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__native.html +812 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__shapes.html +198 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__vulkan.html +359 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/group__window.html +3434 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/index.html +100 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/input_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/input_guide.html +570 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/internal_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/internals_guide.html +132 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/intro_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/intro_guide.html +351 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/jquery.js +34 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/main_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/menu.js +136 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/menudata.js +29 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/minus.svg +8 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/minusd.svg +8 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/monitor_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/monitor_guide.html +229 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/moving_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/moving_guide.html +374 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/nav_f.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/nav_fd.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/nav_g.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/nav_h.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/nav_hd.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/news.html +634 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/news_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/open.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/pages.html +99 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/plus.svg +9 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/plusd.svg +9 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/quick_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/quick_guide.html +397 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_0.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_1.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_10.js +65 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_11.js +26 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_12.js +44 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_13.js +34 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_14.js +12 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_15.js +52 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_16.js +69 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_17.js +51 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_18.js +14 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_19.js +36 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_1a.js +98 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_1b.js +12 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_2.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_3.js +9 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_4.js +57 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_5.js +22 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_6.js +103 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_7.js +23 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_8.js +35 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_9.js +63 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_a.js +505 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_b.js +24 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_c.js +50 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_d.js +17 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_e.js +12 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/all_f.js +35 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/classes_0.js +7 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/close.svg +18 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/defines_0.js +34 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/files_0.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/files_1.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/files_2.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/files_3.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/files_4.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/files_5.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/files_6.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/files_7.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/files_8.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/functions_0.js +146 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_0.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_1.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_10.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_2.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_3.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_4.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_5.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_6.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_7.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_8.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_9.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_a.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_b.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_c.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_d.js +7 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_e.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/groups_f.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/mag.svg +24 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/mag_d.svg +24 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/mag_sel.svg +31 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/mag_seld.svg +31 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_0.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_1.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_10.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_2.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_3.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_4.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_5.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_6.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_7.js +7 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_8.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_9.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_a.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_b.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_c.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_d.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_e.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/pages_f.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/search.css +291 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/search.js +840 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/searchdata.js +39 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/typedefs_0.js +32 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/variables_0.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/variables_1.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/variables_2.js +5 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/variables_3.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/variables_4.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/variables_5.js +6 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/variables_6.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/search/variables_7.js +4 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/spaces.svg +877 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/splitbar.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/splitbard.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/struct_g_l_f_wgamepadstate.html +134 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/struct_g_l_f_wgammaramp.html +170 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/struct_g_l_f_wimage.html +151 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/struct_g_l_f_wvidmode.html +204 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/sync_off.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/sync_on.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/tab_a.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/tab_ad.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/tab_b.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/tab_bd.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/tab_h.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/tab_hd.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/tab_s.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/tab_sd.png +0 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/tabs.css +1 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/vulkan_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/vulkan_guide.html +196 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/window_8dox.html +81 -0
- data/glfw-3.3.9.bin.MACOS/docs/html/window_guide.html +763 -0
- data/glfw-3.3.9.bin.MACOS/include/GLFW/glfw3.h +5932 -0
- data/glfw-3.3.9.bin.MACOS/include/GLFW/glfw3native.h +634 -0
- data/glfw-3.3.9.bin.MACOS/lib-arm64/libglfw.3.dylib +0 -0
- data/glfw-3.3.9.bin.MACOS/lib-arm64/libglfw3.a +0 -0
- data/glfw-3.3.9.bin.MACOS/lib-universal/libglfw.3.dylib +0 -0
- data/glfw-3.3.9.bin.MACOS/lib-universal/libglfw3.a +0 -0
- data/glfw-3.3.9.bin.MACOS/lib-x86_64/libglfw.3.dylib +0 -0
- data/glfw-3.3.9.bin.MACOS/lib-x86_64/libglfw3.a +0 -0
- data/glfw-3.4.bin.WIN64/LICENSE.md +23 -0
- data/glfw-3.4.bin.WIN64/README.md +70 -0
- data/glfw-3.4.bin.WIN64/docs/html/bc_s.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/bc_sd.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/build_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/build_guide.html +217 -0
- data/glfw-3.4.bin.WIN64/docs/html/closed.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/compat_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/compat_guide.html +156 -0
- data/glfw-3.4.bin.WIN64/docs/html/compile_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/compile_guide.html +219 -0
- data/glfw-3.4.bin.WIN64/docs/html/context_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/context_guide.html +258 -0
- data/glfw-3.4.bin.WIN64/docs/html/deprecated.html +88 -0
- data/glfw-3.4.bin.WIN64/docs/html/dir_13577e2d8b9423099662de029791bd7d.html +93 -0
- data/glfw-3.4.bin.WIN64/docs/html/dir_7f92719a7fe62e5b064f87d7a3c220b1.html +95 -0
- data/glfw-3.4.bin.WIN64/docs/html/dir_a788ef6c2b1e5b367804e0b6ccfd6f11.html +85 -0
- data/glfw-3.4.bin.WIN64/docs/html/dir_b11153cd0f4fd04a7564cc166f482635.html +91 -0
- data/glfw-3.4.bin.WIN64/docs/html/doc.svg +12 -0
- data/glfw-3.4.bin.WIN64/docs/html/docd.svg +12 -0
- data/glfw-3.4.bin.WIN64/docs/html/doxygen.css +1685 -0
- data/glfw-3.4.bin.WIN64/docs/html/doxygen.svg +28 -0
- data/glfw-3.4.bin.WIN64/docs/html/dynsections.js +192 -0
- data/glfw-3.4.bin.WIN64/docs/html/extra.css +2 -0
- data/glfw-3.4.bin.WIN64/docs/html/files.html +91 -0
- data/glfw-3.4.bin.WIN64/docs/html/folderclosed.svg +11 -0
- data/glfw-3.4.bin.WIN64/docs/html/folderclosedd.svg +11 -0
- data/glfw-3.4.bin.WIN64/docs/html/folderopen.svg +17 -0
- data/glfw-3.4.bin.WIN64/docs/html/folderopend.svg +12 -0
- data/glfw-3.4.bin.WIN64/docs/html/glfw3_8h.html +1910 -0
- data/glfw-3.4.bin.WIN64/docs/html/glfw3_8h_source.html +1260 -0
- data/glfw-3.4.bin.WIN64/docs/html/glfw3native_8h.html +170 -0
- data/glfw-3.4.bin.WIN64/docs/html/glfw3native_8h_source.html +306 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__buttons.html +282 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__context.html +304 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__errors.html +384 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__gamepad__axes.html +202 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__gamepad__buttons.html +410 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__hat__state.html +234 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__init.html +1015 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__input.html +2285 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__joysticks.html +362 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__keys.html +2034 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__mods.html +198 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__monitor.html +849 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__native.html +837 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__shapes.html +337 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__vulkan.html +361 -0
- data/glfw-3.4.bin.WIN64/docs/html/group__window.html +3608 -0
- data/glfw-3.4.bin.WIN64/docs/html/index.html +100 -0
- data/glfw-3.4.bin.WIN64/docs/html/input_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/input_guide.html +576 -0
- data/glfw-3.4.bin.WIN64/docs/html/internal_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/internals_guide.html +135 -0
- data/glfw-3.4.bin.WIN64/docs/html/intro_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/intro_guide.html +429 -0
- data/glfw-3.4.bin.WIN64/docs/html/jquery.js +34 -0
- data/glfw-3.4.bin.WIN64/docs/html/main_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/menu.js +136 -0
- data/glfw-3.4.bin.WIN64/docs/html/menudata.js +30 -0
- data/glfw-3.4.bin.WIN64/docs/html/minus.svg +8 -0
- data/glfw-3.4.bin.WIN64/docs/html/minusd.svg +8 -0
- data/glfw-3.4.bin.WIN64/docs/html/monitor_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/monitor_guide.html +228 -0
- data/glfw-3.4.bin.WIN64/docs/html/moving_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/moving_guide.html +360 -0
- data/glfw-3.4.bin.WIN64/docs/html/nav_f.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/nav_fd.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/nav_g.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/nav_h.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/nav_hd.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/news.html +336 -0
- data/glfw-3.4.bin.WIN64/docs/html/news_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/open.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/pages.html +99 -0
- data/glfw-3.4.bin.WIN64/docs/html/plus.svg +9 -0
- data/glfw-3.4.bin.WIN64/docs/html/plusd.svg +9 -0
- data/glfw-3.4.bin.WIN64/docs/html/quick_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/quick_guide.html +406 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_0.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_1.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_10.js +13 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_11.js +11 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_12.js +26 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_13.js +51 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_14.js +22 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_15.js +35 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_16.js +29 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_17.js +8 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_18.js +44 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_19.js +60 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_1a.js +39 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_1b.js +8 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_1c.js +32 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_1d.js +84 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_1e.js +13 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_1f.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_2.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_3.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_4.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_5.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_6.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_7.js +58 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_8.js +21 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_9.js +82 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_a.js +20 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_b.js +26 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_c.js +35 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_d.js +555 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_e.js +23 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/all_f.js +40 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/classes_0.js +8 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/close.svg +18 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/defines_0.js +43 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/files_0.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/files_1.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/files_2.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/files_3.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/files_4.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/files_5.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/files_6.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/files_7.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/files_8.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/functions_0.js +152 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_0.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_1.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_10.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_2.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_3.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_4.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_5.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_6.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_7.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_8.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_9.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_a.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_b.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_c.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_d.js +7 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_e.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/groups_f.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/mag.svg +24 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/mag_d.svg +24 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/mag_sel.svg +31 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/mag_seld.svg +31 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_0.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_1.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_10.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_11.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_2.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_3.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_4.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_5.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_6.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_7.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_8.js +7 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_9.js +7 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_a.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_b.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_c.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_d.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_e.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/pages_f.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/search.css +291 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/search.js +840 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/searchdata.js +39 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/typedefs_0.js +36 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/variables_0.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/variables_1.js +6 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/variables_2.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/variables_3.js +5 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/variables_4.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/variables_5.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/variables_6.js +7 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/variables_7.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/variables_8.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/search/variables_9.js +4 -0
- data/glfw-3.4.bin.WIN64/docs/html/spaces.svg +877 -0
- data/glfw-3.4.bin.WIN64/docs/html/splitbar.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/splitbard.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/struct_g_l_f_wallocator.html +168 -0
- data/glfw-3.4.bin.WIN64/docs/html/struct_g_l_f_wgamepadstate.html +134 -0
- data/glfw-3.4.bin.WIN64/docs/html/struct_g_l_f_wgammaramp.html +170 -0
- data/glfw-3.4.bin.WIN64/docs/html/struct_g_l_f_wimage.html +151 -0
- data/glfw-3.4.bin.WIN64/docs/html/struct_g_l_f_wvidmode.html +204 -0
- data/glfw-3.4.bin.WIN64/docs/html/sync_off.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/sync_on.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/tab_a.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/tab_ad.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/tab_b.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/tab_bd.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/tab_h.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/tab_hd.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/tab_s.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/tab_sd.png +0 -0
- data/glfw-3.4.bin.WIN64/docs/html/tabs.css +1 -0
- data/glfw-3.4.bin.WIN64/docs/html/topics.html +101 -0
- data/glfw-3.4.bin.WIN64/docs/html/vulkan_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/vulkan_guide.html +206 -0
- data/glfw-3.4.bin.WIN64/docs/html/window_8md.html +81 -0
- data/glfw-3.4.bin.WIN64/docs/html/window_guide.html +806 -0
- data/glfw-3.4.bin.WIN64/include/GLFW/glfw3.h +6547 -0
- data/glfw-3.4.bin.WIN64/include/GLFW/glfw3native.h +663 -0
- data/glfw-3.4.bin.WIN64/lib-mingw-w64/glfw3.dll +0 -0
- data/glfw-3.4.bin.WIN64/lib-mingw-w64/libglfw3.a +0 -0
- data/glfw-3.4.bin.WIN64/lib-mingw-w64/libglfw3dll.a +0 -0
- data/glfw-3.4.bin.WIN64/lib-static-ucrt/glfw3.dll +0 -0
- data/glfw-3.4.bin.WIN64/lib-static-ucrt/glfw3dll.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2013/glfw3.dll +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2013/glfw3.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2013/glfw3_mt.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2013/glfw3dll.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2015/glfw3.dll +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2015/glfw3.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2015/glfw3_mt.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2015/glfw3dll.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2017/glfw3.dll +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2017/glfw3.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2017/glfw3_mt.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2017/glfw3dll.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2019/glfw3.dll +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2019/glfw3.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2019/glfw3_mt.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2019/glfw3dll.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2022/glfw3.dll +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2022/glfw3.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2022/glfw3_mt.lib +0 -0
- data/glfw-3.4.bin.WIN64/lib-vc2022/glfw3dll.lib +0 -0
- data/lib/engine/autoloader.rb +11 -0
- data/lib/engine/camera.rb +13 -0
- data/lib/engine/component.rb +63 -0
- data/lib/engine/components/audio_source.rb +41 -0
- data/lib/engine/components/direction_light.rb +23 -0
- data/lib/engine/components/font_renderer.rb +134 -0
- data/lib/engine/components/mesh_renderer.rb +31 -0
- data/lib/engine/components/orthographic_camera.rb +54 -0
- data/lib/engine/components/perspective_camera.rb +53 -0
- data/lib/engine/components/point_light.rb +24 -0
- data/lib/engine/components/sprite_renderer.rb +141 -0
- data/lib/engine/components/ui_font_renderer.rb +140 -0
- data/lib/engine/components/ui_sprite_renderer.rb +101 -0
- data/lib/engine/cursor.rb +43 -0
- data/lib/engine/debugging.rb +41 -0
- data/lib/engine/engine.rb +139 -0
- data/lib/engine/font.rb +74 -0
- data/lib/engine/game_object.rb +218 -0
- data/lib/engine/importers/font_importer.rb +69 -0
- data/lib/engine/importers/obj_file.rb +244 -0
- data/lib/engine/importers/obj_importer.rb +33 -0
- data/lib/engine/input.rb +61 -0
- data/lib/engine/material.rb +79 -0
- data/lib/engine/mesh.rb +43 -0
- data/lib/engine/path.rb +92 -0
- data/lib/engine/physics/collision.rb +12 -0
- data/lib/engine/physics/components/cube_collider.rb +6 -0
- data/lib/engine/physics/components/rigidbody.rb +103 -0
- data/lib/engine/physics/components/sphere_collider.rb +93 -0
- data/lib/engine/physics/physics_resolver.rb +37 -0
- data/lib/engine/polygon_mesh.rb +45 -0
- data/lib/engine/quaternion.rb +228 -0
- data/lib/engine/rendering/instance_renderer.rb +153 -0
- data/lib/engine/rendering/render_pipeline.rb +35 -0
- data/lib/engine/screenshoter.rb +34 -0
- data/lib/engine/shader.rb +91 -0
- data/lib/engine/shaders/colour_frag.glsl +9 -0
- data/lib/engine/shaders/colour_vertex.glsl +14 -0
- data/lib/engine/shaders/mesh_frag.glsl +102 -0
- data/lib/engine/shaders/mesh_vertex.glsl +25 -0
- data/lib/engine/shaders/skybox_frag.glsl +12 -0
- data/lib/engine/shaders/skybox_vert.glsl +14 -0
- data/lib/engine/shaders/sprite_frag.glsl +17 -0
- data/lib/engine/shaders/sprite_vertex.glsl +16 -0
- data/lib/engine/shaders/text_frag.glsl +15 -0
- data/lib/engine/shaders/text_vertex.glsl +31 -0
- data/lib/engine/shaders/ui_sprite_frag.glsl +15 -0
- data/lib/engine/shaders/ui_sprite_vertex.glsl +16 -0
- data/lib/engine/shaders/vertex_lit_frag.glsl +89 -0
- data/lib/engine/shaders/vertex_lit_vertex.glsl +28 -0
- data/lib/engine/tangent_calculator.rb +42 -0
- data/lib/engine/texture.rb +53 -0
- data/lib/engine/video_mode.rb +37 -0
- data/lib/engine/window.rb +126 -0
- data/lib/ruby_rpg.rb +53 -0
- metadata +500 -2
@@ -0,0 +1,22 @@
|
|
1
|
+
var searchData=
|
2
|
+
[
|
3
|
+
['bar_20from_20nib_20file_0',['macOS menu bar from nib file',['../news.html#macos_nib_33',1,'']]],
|
4
|
+
['be_20rejected_1',['Gamma ramp size of 256 may be rejected',['../news.html#gamma_ramp_size_33',1,'']]],
|
5
|
+
['behaviors_2',['Context release behaviors',['../news.html#news_31_release',1,'']]],
|
6
|
+
['binaries_3',['With CMake and installed GLFW binaries',['../build_guide.html#build_link_cmake_package',1,'']]],
|
7
|
+
['bit_20masks_4',['Modifier key bit masks',['../news.html#news_30_keymods',1,'']]],
|
8
|
+
['blue_5',['blue',['../struct_g_l_f_wgammaramp.html#acf0c836d0efe29c392fe8d1a1042744b',1,'GLFWgammaramp']]],
|
9
|
+
['bluebits_6',['blueBits',['../struct_g_l_f_wvidmode.html#af310977f58d2e3b188175b6e3d314047',1,'GLFWvidmode']]],
|
10
|
+
['buffer_20swapping_7',['buffer swapping',['../window_guide.html#buffer_swap',1,'Buffer swapping'],['../context_guide.html#context_swap',1,'Buffer swapping']]],
|
11
|
+
['buffered_20framebuffers_8',['Single buffered framebuffers',['../news.html#news_31_single',1,'']]],
|
12
|
+
['buffers_9',['Swapping buffers',['../quick_guide.html#quick_swap_buffers',1,'']]],
|
13
|
+
['build_20files_20with_20cmake_10',['Generating build files with CMake',['../compile_guide.html#compile_generate',1,'']]],
|
14
|
+
['build_20system_11',['CMake build system',['../news.html#news_30_cmake',1,'']]],
|
15
|
+
['build_2edox_12',['build.dox',['../build_8dox.html',1,'']]],
|
16
|
+
['building_20applications_13',['Building applications',['../build_guide.html',1,'']]],
|
17
|
+
['button_20input_14',['Mouse button input',['../input_guide.html#input_mouse_button',1,'']]],
|
18
|
+
['button_20states_15',['Joystick button states',['../input_guide.html#joystick_button',1,'']]],
|
19
|
+
['buttons_16',['buttons',['../struct_g_l_f_wgamepadstate.html#a27e9896b51c65df15fba2c7139bfdb9a',1,'GLFWgamepadstate::buttons'],['../group__gamepad__buttons.html',1,'Gamepad buttons'],['../group__buttons.html',1,'Mouse buttons']]],
|
20
|
+
['by_20scroll_20offsets_17',['Wheel position replaced by scroll offsets',['../moving_guide.html#moving_wheel',1,'']]],
|
21
|
+
['by_20step_18',['Step by step',['../quick_guide.html#quick_steps',1,'']]]
|
22
|
+
];
|
@@ -0,0 +1,103 @@
|
|
1
|
+
var searchData=
|
2
|
+
[
|
3
|
+
['c_20on_20windows_0',['With MinGW or Visual C++ on Windows',['../build_guide.html#build_link_win32',1,'']]],
|
4
|
+
['callback_1',['callback',['../news.html#charmods_callback_33',1,'Character with modifiers callback'],['../news.html#news_31_charmods',1,'Character with modifiers callback'],['../news.html#news_30_enterleave',1,'Cursor enter/leave callback'],['../news.html#news_30_error',1,'Error callback'],['../news.html#news_32_joystick',1,'Joystick connection callback'],['../quick_guide.html#quick_capture_error',1,'Setting an error callback'],['../news.html#news_30_focusfun',1,'Window focus callback'],['../news.html#news_30_iconifyfun',1,'Window iconification callback'],['../news.html#maximize_33',1,'Window maximization callback'],['../news.html#news_30_wndposfun',1,'Window position callback']]],
|
5
|
+
['capture_20of_20system_20wide_20hotkeys_2',['Capture of system-wide hotkeys',['../moving_guide.html#moving_syskeys',1,'']]],
|
6
|
+
['caveats_20for_20version_203_203_3',['Caveats for version 3.3',['../news.html#caveats_33',1,'']]],
|
7
|
+
['centering_20window_20hint_4',['Cursor centering window hint',['../news.html#center_cursor_33',1,'']]],
|
8
|
+
['change_20tables_5',['Name change tables',['../moving_guide.html#moving_tables',1,'']]],
|
9
|
+
['changed_6',['Layout of joysticks have changed',['../news.html#joystick_layout_33',1,'']]],
|
10
|
+
['changed_20and_20removed_20features_7',['Changed and removed features',['../moving_guide.html#moving_removed',1,'']]],
|
11
|
+
['changes_8',['changes',['../moving_guide.html#moving_cursorpos',1,'Cursor position changes'],['../input_guide.html#joystick_event',1,'Joystick configuration changes'],['../moving_guide.html#moving_joystick',1,'Joystick function changes'],['../monitor_guide.html#monitor_event',1,'Monitor configuration changes'],['../moving_guide.html#moving_window_close',1,'Window closing changes']]],
|
12
|
+
['channel_20on_20older_20wayland_20systems_9',['Frambuffer may lack alpha channel on older Wayland systems',['../news.html#wayland_alpha_34',1,'']]],
|
13
|
+
['character_20actions_10',['Removal of character actions',['../moving_guide.html#moving_char_up',1,'']]],
|
14
|
+
['character_20with_20modifiers_20callback_11',['character with modifiers callback',['../news.html#charmods_callback_33',1,'Character with modifiers callback'],['../news.html#news_31_charmods',1,'Character with modifiers callback']]],
|
15
|
+
['checking_20for_20extensions_12',['Checking for extensions',['../context_guide.html#context_glext_string',1,'']]],
|
16
|
+
['checking_20the_20window_20close_20flag_13',['Checking the window close flag',['../quick_guide.html#quick_window_close',1,'']]],
|
17
|
+
['clipboard_20functions_14',['Window parameter to clipboard functions',['../news.html#clipboard_window_33',1,'']]],
|
18
|
+
['clipboard_20input_20and_20output_15',['Clipboard input and output',['../input_guide.html#clipboard',1,'']]],
|
19
|
+
['clipboard_20text_20i_20o_16',['Clipboard text I/O',['../news.html#news_30_clipboard',1,'']]],
|
20
|
+
['clipboard_20transfer_20limits_17',['X11 clipboard transfer limits',['../news.html#x11_clipboard_33',1,'']]],
|
21
|
+
['close_20flag_18',['close flag',['../quick_guide.html#quick_window_close',1,'Checking the window close flag'],['../window_guide.html#window_close',1,'Window closing and close flag']]],
|
22
|
+
['closing_20and_20close_20flag_19',['Window closing and close flag',['../window_guide.html#window_close',1,'']]],
|
23
|
+
['closing_20changes_20',['Window closing changes',['../moving_guide.html#moving_window_close',1,'']]],
|
24
|
+
['cmake_21',['cmake',['../compile_guide.html#compile_generate',1,'Generating build files with CMake'],['../compile_guide.html#compile_cmake',1,'Using CMake']]],
|
25
|
+
['cmake_203_200_20or_20later_20is_20required_22',['CMake 3.0 or later is required',['../news.html#cmake_version_33',1,'']]],
|
26
|
+
['cmake_20and_20glfw_20source_23',['With CMake and GLFW source',['../build_guide.html#build_link_cmake_source',1,'']]],
|
27
|
+
['cmake_20and_20installed_20glfw_20binaries_24',['With CMake and installed GLFW binaries',['../build_guide.html#build_link_cmake_package',1,'']]],
|
28
|
+
['cmake_20and_20mingw_25',['Cross-compilation with CMake and MinGW',['../compile_guide.html#compile_mingw_cross',1,'']]],
|
29
|
+
['cmake_20build_20system_26',['CMake build system',['../news.html#news_30_cmake',1,'']]],
|
30
|
+
['cmake_20command_20line_20tool_27',['Generating files with the CMake command-line tool',['../compile_guide.html#compile_generate_cli',1,'']]],
|
31
|
+
['cmake_20config_20file_20package_20support_28',['CMake config-file package support',['../news.html#news_32_cmake',1,'']]],
|
32
|
+
['cmake_20gui_29',['Generating files with the CMake GUI',['../compile_guide.html#compile_generate_gui',1,'']]],
|
33
|
+
['cmake_20option_20lib_5fsuffix_30',['CMake option LIB_SUFFIX',['../news.html#lib_suffix_33',1,'']]],
|
34
|
+
['cmake_20options_31',['cmake options',['../compile_guide.html#compile_options',1,'CMake options'],['../compile_guide.html#compile_options_shared',1,'Shared CMake options'],['../compile_guide.html#compile_options_wayland',1,'Wayland specific CMake options'],['../compile_guide.html#compile_options_win32',1,'Windows specific CMake options']]],
|
35
|
+
['cmake_20options_20and_20macros_32',['macOS specific CMake options and macros',['../news.html#macos_options_33',1,'']]],
|
36
|
+
['codes_33',['Error codes',['../group__errors.html',1,'']]],
|
37
|
+
['command_20line_20on_20macos_34',['With command-line on macOS',['../build_guide.html#build_link_osx',1,'']]],
|
38
|
+
['command_20line_20tool_35',['Generating files with the CMake command-line tool',['../compile_guide.html#compile_generate_cli',1,'']]],
|
39
|
+
['compat_2edox_36',['compat.dox',['../compat_8dox.html',1,'']]],
|
40
|
+
['compatibility_37',['Version compatibility',['../intro_guide.html#compatibility',1,'']]],
|
41
|
+
['compilation_20with_20cmake_20and_20mingw_38',['Cross-compilation with CMake and MinGW',['../compile_guide.html#compile_mingw_cross',1,'']]],
|
42
|
+
['compile_20time_20version_39',['Compile-time version',['../intro_guide.html#intro_version_compile',1,'']]],
|
43
|
+
['compile_2edox_40',['compile.dox',['../compile_8dox.html',1,'']]],
|
44
|
+
['compiling_20glfw_41',['Compiling GLFW',['../compile_guide.html',1,'']]],
|
45
|
+
['compiling_20glfw_20manually_42',['Compiling GLFW manually',['../compile_guide.html#compile_manual',1,'']]],
|
46
|
+
['compiling_20the_20library_43',['Compiling the library',['../compile_guide.html#compile_compile',1,'']]],
|
47
|
+
['config_20file_20package_20support_44',['CMake config-file package support',['../news.html#news_32_cmake',1,'']]],
|
48
|
+
['config_20on_20unix_45',['With makefiles and pkg-config on Unix',['../build_guide.html#build_link_pkgconfig',1,'']]],
|
49
|
+
['configuration_20changes_46',['configuration changes',['../input_guide.html#joystick_event',1,'Joystick configuration changes'],['../monitor_guide.html#monitor_event',1,'Monitor configuration changes']]],
|
50
|
+
['configuration_20macros_47',['Configuration macros',['../internals_guide.html#internals_config',1,'']]],
|
51
|
+
['conformance_48',['Standards conformance',['../compat_guide.html',1,'']]],
|
52
|
+
['connection_20callback_49',['Joystick connection callback',['../news.html#news_32_joystick',1,'']]],
|
53
|
+
['constants_20in_20version_203_203_50',['New constants in version 3.3',['../news.html#constants_33',1,'']]],
|
54
|
+
['constraints_51',['Hard and soft constraints',['../window_guide.html#window_hints_hard',1,'']]],
|
55
|
+
['content_20scale_52',['content scale',['../monitor_guide.html#monitor_scale',1,'Content scale'],['../window_guide.html#window_scale',1,'Window content scale']]],
|
56
|
+
['content_20scale_20queries_20for_20dpi_20aware_20rendering_53',['Content scale queries for DPI-aware rendering',['../news.html#content_scale_33',1,'']]],
|
57
|
+
['context_54',['context',['../quick_guide.html#quick_create_window',1,'Creating a window and context'],['../context_guide.html#context_current',1,'Current context']]],
|
58
|
+
['context_20creation_55',['Error-free context creation',['../news.html#news_32_noerror',1,'']]],
|
59
|
+
['context_20creation_20api_20selection_56',['Run-time context creation API selection',['../news.html#news_32_contextapi',1,'']]],
|
60
|
+
['context_20creation_20extensions_57',['Support for more context creation extensions',['../news.html#glext_33',1,'']]],
|
61
|
+
['context_20creation_20hints_58',['Context creation hints',['../context_guide.html#context_hints',1,'']]],
|
62
|
+
['context_20creation_20support_59',['OSMesa off-screen context creation support',['../news.html#osmesa_33',1,'']]],
|
63
|
+
['context_20current_60',['Making the OpenGL context current',['../quick_guide.html#quick_context_current',1,'']]],
|
64
|
+
['context_20guide_61',['Context guide',['../context_guide.html',1,'']]],
|
65
|
+
['context_20less_20windows_62',['Context-less windows',['../news.html#news_32_noapi',1,'']]],
|
66
|
+
['context_20management_63',['Explicit context management',['../moving_guide.html#moving_context',1,'']]],
|
67
|
+
['context_20object_20sharing_64',['Context object sharing',['../context_guide.html#context_sharing',1,'']]],
|
68
|
+
['context_20objects_65',['Context objects',['../context_guide.html#context_object',1,'']]],
|
69
|
+
['context_20reference_66',['Context reference',['../group__context.html',1,'']]],
|
70
|
+
['context_20related_20attributes_67',['Context related attributes',['../window_guide.html#window_attribs_ctx',1,'']]],
|
71
|
+
['context_20related_20hints_68',['Context related hints',['../window_guide.html#window_hints_ctx',1,'']]],
|
72
|
+
['context_20release_20behaviors_69',['Context release behaviors',['../news.html#news_31_release',1,'']]],
|
73
|
+
['context_2edox_70',['context.dox',['../context_8dox.html',1,'']]],
|
74
|
+
['contexts_71',['contexts',['../context_guide.html#context_offscreen',1,'Offscreen contexts'],['../context_guide.html#context_less',1,'Windows without contexts']]],
|
75
|
+
['control_72',['Window input focus control',['../news.html#news_32_focus',1,'']]],
|
76
|
+
['coordinate_20systems_73',['Coordinate systems',['../intro_guide.html#coordinate_systems',1,'']]],
|
77
|
+
['creating_20a_20vulkan_20window_20surface_74',['Creating a Vulkan window surface',['../vulkan_guide.html#vulkan_surface',1,'']]],
|
78
|
+
['creating_20a_20window_20and_20context_75',['Creating a window and context',['../quick_guide.html#quick_create_window',1,'']]],
|
79
|
+
['creating_20the_20window_76',['Creating the window',['../vulkan_guide.html#vulkan_window',1,'']]],
|
80
|
+
['creation_77',['creation',['../input_guide.html#cursor_custom',1,'Custom cursor creation'],['../news.html#news_32_noerror',1,'Error-free context creation'],['../input_guide.html#cursor_standard',1,'Standard cursor creation'],['../window_guide.html#window_creation',1,'Window creation']]],
|
81
|
+
['creation_20api_20selection_78',['Run-time context creation API selection',['../news.html#news_32_contextapi',1,'']]],
|
82
|
+
['creation_20extensions_79',['Support for more context creation extensions',['../news.html#glext_33',1,'']]],
|
83
|
+
['creation_20hints_80',['creation hints',['../context_guide.html#context_hints',1,'Context creation hints'],['../window_guide.html#window_hints',1,'Window creation hints']]],
|
84
|
+
['creation_20support_81',['OSMesa off-screen context creation support',['../news.html#osmesa_33',1,'']]],
|
85
|
+
['cross_20compilation_20with_20cmake_20and_20mingw_82',['Cross-compilation with CMake and MinGW',['../compile_guide.html#compile_mingw_cross',1,'']]],
|
86
|
+
['current_83',['Making the OpenGL context current',['../quick_guide.html#quick_context_current',1,'']]],
|
87
|
+
['current_20context_84',['Current context',['../context_guide.html#context_current',1,'']]],
|
88
|
+
['cursor_20centering_20window_20hint_85',['Cursor centering window hint',['../news.html#center_cursor_33',1,'']]],
|
89
|
+
['cursor_20creation_86',['cursor creation',['../input_guide.html#cursor_custom',1,'Custom cursor creation'],['../input_guide.html#cursor_standard',1,'Standard cursor creation']]],
|
90
|
+
['cursor_20destruction_87',['Cursor destruction',['../input_guide.html#cursor_destruction',1,'']]],
|
91
|
+
['cursor_20enter_20leave_20callback_88',['Cursor enter/leave callback',['../news.html#news_30_enterleave',1,'']]],
|
92
|
+
['cursor_20enter_20leave_20events_89',['Cursor enter/leave events',['../input_guide.html#cursor_enter',1,'']]],
|
93
|
+
['cursor_20hover_20window_20attribute_90',['Mouse cursor hover window attribute',['../news.html#cursor_hover_33',1,'']]],
|
94
|
+
['cursor_20images_91',['Custom mouse cursor images',['../news.html#news_31_cursor',1,'']]],
|
95
|
+
['cursor_20mode_92',['Cursor mode',['../input_guide.html#cursor_mode',1,'']]],
|
96
|
+
['cursor_20objects_93',['Cursor objects',['../input_guide.html#cursor_object',1,'']]],
|
97
|
+
['cursor_20position_94',['cursor position',['../input_guide.html#cursor_pos',1,'Cursor position'],['../news.html#news_31_direct',1,'Direct access for window attributes and cursor position']]],
|
98
|
+
['cursor_20position_20changes_95',['Cursor position changes',['../moving_guide.html#moving_cursorpos',1,'']]],
|
99
|
+
['cursor_20setting_96',['Cursor setting',['../input_guide.html#cursor_set',1,'']]],
|
100
|
+
['cursor_20shapes_97',['Standard cursor shapes',['../group__shapes.html',1,'']]],
|
101
|
+
['custom_20cursor_20creation_98',['Custom cursor creation',['../input_guide.html#cursor_custom',1,'']]],
|
102
|
+
['custom_20mouse_20cursor_20images_99',['Custom mouse cursor images',['../news.html#news_31_cursor',1,'']]]
|
103
|
+
];
|
@@ -0,0 +1,23 @@
|
|
1
|
+
var searchData=
|
2
|
+
[
|
3
|
+
['damage_20and_20refresh_0',['Window damage and refresh',['../window_guide.html#window_refresh',1,'']]],
|
4
|
+
['deadzone_20removed_1',['Windows XInput deadzone removed',['../news.html#xinput_deadzone_33',1,'']]],
|
5
|
+
['decorations_2',['Wayland libdecor decorations',['../news.html#wayland_libdecor_33',1,'']]],
|
6
|
+
['default_20values_3',['default values',['../intro_guide.html#init_hints_values',1,'Supported and default values'],['../window_guide.html#window_hints_values',1,'Supported and default values']]],
|
7
|
+
['dependencies_4',['Installing dependencies',['../compile_guide.html#compile_deps',1,'']]],
|
8
|
+
['dependencies_20for_20wayland_20on_20unix_20like_20systems_5',['Dependencies for Wayland on Unix-like systems',['../compile_guide.html#compile_deps_wayland',1,'']]],
|
9
|
+
['dependencies_20for_20x11_20on_20unix_20like_20systems_6',['Dependencies for X11 on Unix-like systems',['../compile_guide.html#compile_deps_x11',1,'']]],
|
10
|
+
['dependency_7',['LunarG Vulkan SDK dependency',['../news.html#vulkan_sdk_33',1,'']]],
|
11
|
+
['deprecated_20list_8',['Deprecated List',['../deprecated.html',1,'']]],
|
12
|
+
['deprecations_20in_20version_203_203_9',['Deprecations in version 3.3',['../news.html#deprecations_33',1,'']]],
|
13
|
+
['destruction_10',['destruction',['../input_guide.html#cursor_destruction',1,'Cursor destruction'],['../window_guide.html#window_destruction',1,'Window destruction']]],
|
14
|
+
['direct_20access_20for_20window_20attributes_20and_20cursor_20position_11',['Direct access for window attributes and cursor position',['../news.html#news_31_direct',1,'']]],
|
15
|
+
['documentation_12',['Doxygen documentation',['../news.html#news_30_doxygen',1,'']]],
|
16
|
+
['doxygen_20documentation_13',['Doxygen documentation',['../news.html#news_30_doxygen',1,'']]],
|
17
|
+
['dpi_20aware_20rendering_14',['Content scale queries for DPI-aware rendering',['../news.html#content_scale_33',1,'']]],
|
18
|
+
['dpi_20support_15',['High-DPI support',['../news.html#news_30_hidpi',1,'']]],
|
19
|
+
['drop_20event_16',['Path drop event',['../news.html#news_31_drop',1,'']]],
|
20
|
+
['drop_20input_17',['Path drop input',['../input_guide.html#path_drop',1,'']]],
|
21
|
+
['dwm_20transparency_18',['Framebuffer transparency requires DWM transparency',['../news.html#caveat_fbtransparency_33',1,'']]],
|
22
|
+
['dynamically_19',['X11 extension libraries are loaded dynamically',['../news.html#x11_linking_33',1,'']]]
|
23
|
+
];
|
@@ -0,0 +1,35 @@
|
|
1
|
+
var searchData=
|
2
|
+
[
|
3
|
+
['egl_20support_0',['(Experimental) EGL support',['../news.html#news_30_egl',1,'']]],
|
4
|
+
['empty_20events_20on_20x11_20no_20longer_20roundtrip_20to_20server_1',['Empty events on X11 no longer roundtrip to server',['../news.html#emptyevents_33',1,'']]],
|
5
|
+
['enter_20leave_20callback_2',['Cursor enter/leave callback',['../news.html#news_30_enterleave',1,'']]],
|
6
|
+
['enter_20leave_20events_3',['Cursor enter/leave events',['../input_guide.html#cursor_enter',1,'']]],
|
7
|
+
['enumeration_4',['Video mode enumeration',['../moving_guide.html#moving_video_modes',1,'']]],
|
8
|
+
['error_20callback_5',['error callback',['../news.html#news_30_error',1,'Error callback'],['../quick_guide.html#quick_capture_error',1,'Setting an error callback']]],
|
9
|
+
['error_20codes_6',['Error codes',['../group__errors.html',1,'']]],
|
10
|
+
['error_20free_20context_20creation_7',['Error-free context creation',['../news.html#news_32_noerror',1,'']]],
|
11
|
+
['error_20handling_8',['Error handling',['../intro_guide.html#error_handling',1,'']]],
|
12
|
+
['error_20query_9',['Error query',['../news.html#geterror_33',1,'']]],
|
13
|
+
['error_20reference_10',['Initialization, version and error reference',['../group__init.html',1,'']]],
|
14
|
+
['es_20extensions_11',['OpenGL and OpenGL ES extensions',['../context_guide.html#context_glext',1,'']]],
|
15
|
+
['es_20support_12',['OpenGL ES support',['../news.html#news_30_gles',1,'']]],
|
16
|
+
['event_13',['Path drop event',['../news.html#news_31_drop',1,'']]],
|
17
|
+
['event_20interface_14',['Event interface',['../internals_guide.html#internals_event',1,'']]],
|
18
|
+
['event_20order_15',['Event order',['../intro_guide.html#event_order',1,'']]],
|
19
|
+
['event_20polling_16',['Removal of automatic event polling',['../moving_guide.html#moving_autopoll',1,'']]],
|
20
|
+
['event_20processing_17',['event processing',['../input_guide.html#events',1,'Event processing'],['../window_guide.html#window_events',1,'Window event processing']]],
|
21
|
+
['events_18',['events',['../input_guide.html#cursor_enter',1,'Cursor enter/leave events'],['../news.html#wait_events_33',1,'No window required to wait for events'],['../quick_guide.html#quick_process_events',1,'Processing events'],['../quick_guide.html#quick_key_input',1,'Receiving input events'],['../window_guide.html#window_properties',1,'Window properties and events']]],
|
22
|
+
['events_20on_20x11_20no_20longer_20roundtrip_20to_20server_19',['Empty events on X11 no longer roundtrip to server',['../news.html#emptyevents_33',1,'']]],
|
23
|
+
['events_20with_20timeout_20',['Wait for events with timeout',['../news.html#news_32_waittimeout',1,'']]],
|
24
|
+
['experimental_20egl_20support_21',['(Experimental) EGL support',['../news.html#news_30_egl',1,'']]],
|
25
|
+
['experimental_20mir_20support_22',['(Experimental) Mir support',['../news.html#news_31_mir',1,'']]],
|
26
|
+
['experimental_20wayland_20support_23',['(Experimental) Wayland support',['../news.html#news_31_wayland',1,'']]],
|
27
|
+
['explicit_20context_20management_24',['Explicit context management',['../moving_guide.html#moving_context',1,'']]],
|
28
|
+
['explicit_20monitor_20selection_25',['Explicit monitor selection',['../moving_guide.html#moving_monitor',1,'']]],
|
29
|
+
['extension_20header_26',['Macro for including extension header',['../news.html#news_31_glext',1,'']]],
|
30
|
+
['extension_20libraries_20are_20loaded_20dynamically_27',['X11 extension libraries are loaded dynamically',['../news.html#x11_linking_33',1,'']]],
|
31
|
+
['extension_20with_20a_20loader_20library_28',['Loading extension with a loader library',['../context_guide.html#context_glext_auto',1,'']]],
|
32
|
+
['extensions_29',['extensions',['../context_guide.html#context_glext_string',1,'Checking for extensions'],['../compat_guide.html#compat_glx',1,'GLX extensions'],['../context_guide.html#context_glext',1,'OpenGL and OpenGL ES extensions'],['../vulkan_guide.html#vulkan_ext',1,'Querying required Vulkan extensions'],['../news.html#glext_33',1,'Support for more context creation extensions'],['../compat_guide.html#compat_wsi',1,'Vulkan WSI extensions'],['../compat_guide.html#compat_wgl',1,'WGL extensions']]],
|
33
|
+
['extensions_20manually_30',['Loading extensions manually',['../context_guide.html#context_glext_manual',1,'']]],
|
34
|
+
['extensions_20protocols_20and_20ipc_20standards_31',['X11 extensions, protocols and IPC standards',['../compat_guide.html#compat_x11',1,'']]]
|
35
|
+
];
|
@@ -0,0 +1,63 @@
|
|
1
|
+
var searchData=
|
2
|
+
[
|
3
|
+
['features_0',['Changed and removed features',['../moving_guide.html#moving_removed',1,'']]],
|
4
|
+
['features_20in_20version_203_200_1',['New features in version 3.0',['../news.html#features_30',1,'']]],
|
5
|
+
['features_20in_20version_203_201_2',['New features in version 3.1',['../news.html#features_31',1,'']]],
|
6
|
+
['features_20in_20version_203_202_3',['New features in version 3.2',['../news.html#features_32',1,'']]],
|
7
|
+
['features_20in_20version_203_203_4',['New features in version 3.3',['../news.html#features_33',1,'']]],
|
8
|
+
['fetching_20function_20pointers_5',['Fetching function pointers',['../context_guide.html#context_glext_proc',1,'']]],
|
9
|
+
['file_6',['file',['../build_guide.html#build_include',1,'Including the GLFW header file'],['../news.html#macos_nib_33',1,'macOS menu bar from nib file'],['../moving_guide.html#moving_renamed_files',1,'Renamed library and header file']]],
|
10
|
+
['file_20package_20support_7',['CMake config-file package support',['../news.html#news_32_cmake',1,'']]],
|
11
|
+
['files_8',['Including the Vulkan and GLFW header files',['../vulkan_guide.html#vulkan_include',1,'']]],
|
12
|
+
['files_20with_20cmake_9',['Generating build files with CMake',['../compile_guide.html#compile_generate',1,'']]],
|
13
|
+
['files_20with_20the_20cmake_20command_20line_20tool_10',['Generating files with the CMake command-line tool',['../compile_guide.html#compile_generate_cli',1,'']]],
|
14
|
+
['files_20with_20the_20cmake_20gui_11',['Generating files with the CMake GUI',['../compile_guide.html#compile_generate_gui',1,'']]],
|
15
|
+
['flag_12',['flag',['../quick_guide.html#quick_window_close',1,'Checking the window close flag'],['../window_guide.html#window_close',1,'Window closing and close flag']]],
|
16
|
+
['flags_13',['Modifier key flags',['../group__mods.html',1,'']]],
|
17
|
+
['floating_20windows_14',['Floating windows',['../news.html#news_31_floating',1,'']]],
|
18
|
+
['focus_15',['Window input focus',['../window_guide.html#window_focus',1,'']]],
|
19
|
+
['focus_20callback_16',['Window focus callback',['../news.html#news_30_focusfun',1,'']]],
|
20
|
+
['focus_20control_17',['Window input focus control',['../news.html#news_32_focus',1,'']]],
|
21
|
+
['focus_20on_20show_18',['Window hint and attribute for input focus on show',['../news.html#focusonshow_33',1,'']]],
|
22
|
+
['for_203_200_19',['Release notes for 3.0',['../news.html#news_30',1,'']]],
|
23
|
+
['for_203_201_20',['Release notes for 3.1',['../news.html#news_31',1,'']]],
|
24
|
+
['for_203_202_21',['Release notes for 3.2',['../news.html#news_32',1,'']]],
|
25
|
+
['for_20dpi_20aware_20rendering_22',['Content scale queries for DPI-aware rendering',['../news.html#content_scale_33',1,'']]],
|
26
|
+
['for_20events_23',['No window required to wait for events',['../news.html#wait_events_33',1,'']]],
|
27
|
+
['for_20events_20with_20timeout_24',['Wait for events with timeout',['../news.html#news_32_waittimeout',1,'']]],
|
28
|
+
['for_20extensions_25',['Checking for extensions',['../context_guide.html#context_glext_string',1,'']]],
|
29
|
+
['for_20including_20extension_20header_26',['Macro for including extension header',['../news.html#news_31_glext',1,'']]],
|
30
|
+
['for_20initialization_20hints_27',['Support for initialization hints',['../news.html#init_hints_33',1,'']]],
|
31
|
+
['for_20input_20focus_20on_20show_28',['Window hint and attribute for input focus on show',['../news.html#focusonshow_33',1,'']]],
|
32
|
+
['for_20more_20context_20creation_20extensions_29',['Support for more context creation extensions',['../news.html#glext_33',1,'']]],
|
33
|
+
['for_20raw_20mouse_20motion_30',['Support for raw mouse motion',['../news.html#raw_motion_33',1,'']]],
|
34
|
+
['for_20the_20monitor_20work_20area_31',['Query for the monitor work area',['../news.html#workarea_33',1,'']]],
|
35
|
+
['for_20the_20scancode_20of_20a_20key_32',['Query for the scancode of a key',['../news.html#key_scancode_33',1,'']]],
|
36
|
+
['for_20the_20wl_5fshell_20protocol_33',['Support for the wl_shell protocol',['../news.html#wl_shell_33',1,'']]],
|
37
|
+
['for_20updating_20window_20attributes_34',['Support for updating window attributes',['../news.html#setwindowattrib_33',1,'']]],
|
38
|
+
['for_20version_203_203_35',['for version 3 3',['../news.html#caveats_33',1,'Caveats for version 3.3'],['../news.html#news_33',1,'Release notes for version 3.3']]],
|
39
|
+
['for_20versions_20of_20windows_20older_20than_20xp_36',['Support for versions of Windows older than XP',['../moving_guide.html#moving_windows',1,'']]],
|
40
|
+
['for_20vulkan_37',['Support for Vulkan',['../news.html#news_32_vulkan',1,'']]],
|
41
|
+
['for_20vulkan_20on_20macos_20via_20moltenvk_38',['Support for Vulkan on macOS via MoltenVK',['../news.html#moltenvk_33',1,'']]],
|
42
|
+
['for_20vulkan_20presentation_20support_39',['Querying for Vulkan presentation support',['../vulkan_guide.html#vulkan_present',1,'']]],
|
43
|
+
['for_20vulkan_20support_40',['Querying for Vulkan support',['../vulkan_guide.html#vulkan_support',1,'']]],
|
44
|
+
['for_20wayland_20on_20unix_20like_20systems_41',['Dependencies for Wayland on Unix-like systems',['../compile_guide.html#compile_deps_wayland',1,'']]],
|
45
|
+
['for_20window_20attributes_20and_20cursor_20position_42',['Direct access for window attributes and cursor position',['../news.html#news_31_direct',1,'']]],
|
46
|
+
['for_20x11_20on_20unix_20like_20systems_43',['Dependencies for X11 on Unix-like systems',['../compile_guide.html#compile_deps_x11',1,'']]],
|
47
|
+
['frambuffer_20may_20lack_20alpha_20channel_20on_20older_20wayland_20systems_44',['Frambuffer may lack alpha channel on older Wayland systems',['../news.html#wayland_alpha_34',1,'']]],
|
48
|
+
['frame_20size_20query_45',['Window frame size query',['../news.html#news_31_framesize',1,'']]],
|
49
|
+
['framebuffer_20related_20attributes_46',['Framebuffer related attributes',['../window_guide.html#window_attribs_fb',1,'']]],
|
50
|
+
['framebuffer_20related_20hints_47',['Framebuffer related hints',['../window_guide.html#window_hints_fb',1,'']]],
|
51
|
+
['framebuffer_20size_48',['Framebuffer size',['../window_guide.html#window_fbsize',1,'']]],
|
52
|
+
['framebuffer_20sizes_49',['Separation of window and framebuffer sizes',['../moving_guide.html#moving_hidpi',1,'']]],
|
53
|
+
['framebuffer_20transparency_20requires_20dwm_20transparency_50',['Framebuffer transparency requires DWM transparency',['../news.html#caveat_fbtransparency_33',1,'']]],
|
54
|
+
['framebuffers_51',['framebuffers',['../news.html#news_31_single',1,'Single buffered framebuffers'],['../news.html#transparency_33',1,'Transparent windows and framebuffers']]],
|
55
|
+
['free_20context_20creation_52',['Error-free context creation',['../news.html#news_32_noerror',1,'']]],
|
56
|
+
['from_20glfw_202_20to_203_53',['Moving from GLFW 2 to 3',['../moving_guide.html',1,'']]],
|
57
|
+
['from_20nib_20file_54',['macOS menu bar from nib file',['../news.html#macos_nib_33',1,'']]],
|
58
|
+
['full_20screen_20windows_55',['full screen windows',['../window_guide.html#window_windowed_full_screen',1,'"Windowed full screen" windows'],['../window_guide.html#window_full_screen',1,'Full screen windows']]],
|
59
|
+
['function_20changes_56',['Joystick function changes',['../moving_guide.html#moving_joystick',1,'']]],
|
60
|
+
['function_20pointers_57',['function pointers',['../context_guide.html#context_glext_proc',1,'Fetching function pointers'],['../vulkan_guide.html#vulkan_proc',1,'Querying Vulkan function pointers']]],
|
61
|
+
['functions_58',['functions',['../moving_guide.html#moving_threads',1,'Removal of threading functions'],['../moving_guide.html#moving_renamed_functions',1,'Renamed functions'],['../internals_guide.html#internals_static',1,'Static functions'],['../news.html#clipboard_window_33',1,'Window parameter to clipboard functions']]],
|
62
|
+
['functions_20in_20version_203_203_59',['New functions in version 3.3',['../news.html#functions_33',1,'']]]
|
63
|
+
];
|