mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-03 07:33:29 +00:00
Adjusted parameter name to match documentation. I think it's a carry-over from before I was passing the whole event along.
This commit is contained in:
parent
6d5807ec4b
commit
2b5d0877a8
@ -43,7 +43,7 @@
|
||||
@c CSOpenGLViewResponderDelegate methods and as -[CSOpenGLViewDelegate openGLView:didUpdateToTime:].
|
||||
@param event The @c NSEvent describing the flagsChanged.
|
||||
*/
|
||||
- (void)flagsChanged:(nonnull NSEvent *)newModifiers;
|
||||
- (void)flagsChanged:(nonnull NSEvent *)event;
|
||||
|
||||
@end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user