mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:20:38 +00:00
Change NSEvent to CGFloat, NSUInteger and NSInteger.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36121 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f9ab80ec48
commit
9212e5bbeb
15 changed files with 166 additions and 150 deletions
|
@ -496,7 +496,7 @@ static NSInputManager *currentInputManager = nil;
|
|||
NSString *characters = [theEvent characters];
|
||||
NSString *unmodifiedCharacters = [theEvent charactersIgnoringModifiers];
|
||||
unichar character = 0;
|
||||
unsigned flags = [theEvent modifierFlags] & (NSShiftKeyMask
|
||||
NSUInteger flags = [theEvent modifierFlags] & (NSShiftKeyMask
|
||||
| NSAlternateKeyMask
|
||||
| NSControlKeyMask
|
||||
| NSNumericPadKeyMask);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue