Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit c8a1d68

Browse files
committed
Add notice about key codes being fucked up.
1 parent aa0e6b4 commit c8a1d68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Constants.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ CUSTOM_TYPE = {
6969

7070
-- Key codes
7171
-- http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
72+
-- CAUTION: This list if fucked up, for some reason
7273
local KEYS = {
7374
MOUSELEFT = 0x01,
7475
MOUSERIGHT = 0x02,

0 commit comments

Comments
 (0)