1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-05 13:53:38 +00:00
lovr/src/api
bjorn 374492c586 Add experimental hotkeys flag;
- Add t.hotkeys flag to conf.lua, which defaults to true.
- If t.hotkeys is truthy, the following hotkeys will be enabled:
  - Escape: Quit the experience
  - F5: Restart the experience
2019-06-02 03:00:12 -07:00
..
api.h Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_animator.c More number conversions; 2019-05-20 20:35:07 -07:00
l_audio.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_audioStream.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_blob.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_canvas.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_channel.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_collider.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_curve.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_data.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_event.c Add experimental hotkeys flag; 2019-06-02 03:00:12 -07:00
l_filesystem.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_font.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_graphics.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_headset.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_joints.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_lovr.c lovrPlatformGetName; 2019-05-20 20:44:39 -07:00
l_mat4.c Add core folder; 2019-05-20 02:47:33 -07:00
l_material.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_math.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_mesh.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_microphone.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_model.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_modelData.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_physics.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_pool.c Add core folder; 2019-05-20 02:47:33 -07:00
l_quat.c Add core folder; 2019-05-20 02:47:33 -07:00
l_randomGenerator.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_rasterizer.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_shader.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_shaderBlock.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_shapes.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_soundData.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_source.c Add core folder; 2019-05-20 02:47:33 -07:00
l_texture.c Start sized int conversions; 2019-05-20 14:34:03 -07:00
l_textureData.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_thread.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_thread_module.c Update refcounting (again); 2019-06-02 01:02:26 -07:00
l_timer.c Organize api folder; 2019-05-19 00:31:42 -07:00
l_vec3.c Add core folder; 2019-05-20 02:47:33 -07:00
l_world.c Update refcounting (again); 2019-06-02 01:02:26 -07:00