| 123456789101112131415161718192021222324252627 |
- return {
- tag = 'modules',
- summary = 'Provides information about the current operating system and platform.',
- description = [[
- The `lovr.system` provides information about the current platform and hardware.
- It also interfaces with the desktop window and window input.
- ]],
- sections = {
- {
- name = 'System Information',
- tag = 'system-info'
- },
- {
- name = 'Keyboard',
- tag = 'system-keyboard'
- },
- {
- name = 'Mouse',
- tag = 'system-mouse'
- },
- {
- name = 'Window',
- tag = 'system-window'
- }
- }
- }
|