git-svn-id: https://spexeah.com:8443/svn/Asuro@239 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron
2017-10-24 10:36:33 +00:00
parent 70059805e3
commit 6543a008ec
2 changed files with 1 additions and 156 deletions
-155
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -43,7 +43,7 @@ implementation
procedure callback(scan_code : void);
begin
console.writehex(uint8(scan_code));
//console.writehex(uint8(scan_code));
if is_shift then begin
if key_matrix_shift[uint8(scan_code)].key_code <> 0 then begin
if captin_hook <> nil then captin_hook(key_matrix_shift[uint8(scan_code)]);