1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +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:
Thomas Harte 2017-07-21 21:27:50 -04:00
parent 6d5807ec4b
commit 2b5d0877a8

View File

@ -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