mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:30:37 +00:00
New mouselocation methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13530 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f7a20d6c96
commit
5ea51941b5
8 changed files with 39 additions and 1194 deletions
|
@ -282,6 +282,12 @@ static NSMutableArray *screenArray = nil;
|
|||
}
|
||||
}
|
||||
|
||||
/** Returns the screen number */
|
||||
- (int) screenNumber
|
||||
{
|
||||
return _screenNumber;
|
||||
}
|
||||
|
||||
// Release the memory for the depths array.
|
||||
- (void) dealloc
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue