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

This commit is contained in:
aaron 2017-05-18 13:47:11 +00:00
parent 10b0f88b5f
commit b208e3c372

View File

@ -39,7 +39,7 @@ procedure lang_USA();
implementation implementation
procedure init(pchar : keyboard_layout); procedure init(keyboard_layout : pchar);
begin begin
memset(uint32(@key_matrix[0]), 0, sizeof(TKeyInfo)*256); memset(uint32(@key_matrix[0]), 0, sizeof(TKeyInfo)*256);
memset(uint32(@key_buffer), 0, sizeof(TKeyInfo)*128); memset(uint32(@key_buffer), 0, sizeof(TKeyInfo)*128);