mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +11:00
parent
b27ea2bec1
commit
d4c7100b44
1 changed files with 0 additions and 4 deletions
|
@ -77,8 +77,6 @@
|
|||
for (i = 0; i < length; i++)
|
||||
char_callback(rust_data, [characters characterAtIndex:i]);
|
||||
}
|
||||
|
||||
[super keyDown:event];
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -88,8 +86,6 @@
|
|||
if (key_callback) {
|
||||
key_callback(rust_data, [event keyCode], 0);
|
||||
}
|
||||
|
||||
[super keyDown:event];
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue