Skip to content

Commit

Permalink
ldoc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Jan 11, 2025
1 parent dd75363 commit 8435c30
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Themes/_fallback/docs/Enums/DeviceButton.luadoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,29 @@
--
-- NOTE: DeviceButtons have a unique ToString (DeviceButtonToString), so their name appears as such:
-- `DeviceButton_xxx` where `xxx` is one of:
--
-- A specially labeled enum value (list below)
--
-- A letter on the keyboard
--
-- `unk N` where N is a number, for 320 unlabeled unknown keys
--
-- `BN` where N is a number, for the extra 32 unlabeled joystick buttons
--
-- `Midi N` where N is a number, for 100 MIDI keys
--
--
-- NOTE 2: Some DeviceButtons appear to be duplicates, but are actually distinguishing between a primary keyboard button and a numpad button. The numpad buttons have KP in the name.
--
-- Valid DeviceButtons:
-- "DeviceButton_space"
-- "DeviceButton_!"
-- "DeviceButton_\""
-- "DeviceButton_""
-- "DeviceButton_#"
-- "DeviceButton_$"
-- "DeviceButton_%"
-- "DeviceButton_&"
-- "DeviceButton_\'"
-- "DeviceButton_'"
-- "DeviceButton_("
-- "DeviceButton_)"
-- "DeviceButton_*"
Expand Down

0 comments on commit 8435c30

Please sign in to comment.