mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:00:37 +00:00
Add some enums and the method -momentumPhase to NSEvent.
This commit is contained in:
parent
79d6582884
commit
a02b40a9dd
3 changed files with 43 additions and 0 deletions
|
@ -1234,4 +1234,10 @@ static const char *eventTypes[] = {
|
|||
return 0;
|
||||
}
|
||||
|
||||
- (NSEventPhase) momentumPhase
|
||||
{
|
||||
// FIXME
|
||||
return NSEventPhaseNone;
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue