mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-09 02:31:22 +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:].
|
@c CSOpenGLViewResponderDelegate methods and as -[CSOpenGLViewDelegate openGLView:didUpdateToTime:].
|
||||||
@param event The @c NSEvent describing the flagsChanged.
|
@param event The @c NSEvent describing the flagsChanged.
|
||||||
*/
|
*/
|
||||||
- (void)flagsChanged:(nonnull NSEvent *)newModifiers;
|
- (void)flagsChanged:(nonnull NSEvent *)event;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user