mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Remove trailing spaces
This commit is contained in:
parent
c0f3587a7c
commit
2b8f20c89f
@ -48,7 +48,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)sendEvent:(NSEvent *)anEvent
|
-(void)sendEvent:(NSEvent *)anEvent
|
||||||
{
|
{
|
||||||
if ([anEvent type] == NSKeyUp) {
|
if ([anEvent type] == NSKeyUp) {
|
||||||
[[[self mainWindow] firstResponder] tryToPerform:@selector(keyUp:)
|
[[[self mainWindow] firstResponder] tryToPerform:@selector(keyUp:)
|
||||||
|
Loading…
Reference in New Issue
Block a user