Removed unnecessary -cursorPosition messages

This commit is contained in:
Marco Antognini 2011-07-08 14:39:39 +02:00
parent cd1918b93d
commit 0f102c6d6e
3 changed files with 0 additions and 19 deletions

View File

@ -195,13 +195,6 @@
} }
////////////////////////////////////////////////////////
-(NSPoint)cursorPosition
{
return [myOGLView cursorPositionFromEvent:nil];
}
////////////////////////////////////////////////////////. ////////////////////////////////////////////////////////.
-(void)setWindowPositionToX:(unsigned int)x Y:(unsigned int)y -(void)setWindowPositionToX:(unsigned int)x Y:(unsigned int)y
{ {

View File

@ -287,12 +287,6 @@
[myOGLView setCursorPositionToX:x Y:y]; [myOGLView setCursorPositionToX:x Y:y];
} }
////////////////////////////////////////////////////////
-(NSPoint)cursorPosition
{
return [myOGLView cursorPositionFromEvent:nil];
}
////////////////////////////////////////////////////////. ////////////////////////////////////////////////////////.
-(void)setWindowPositionToX:(unsigned int)x Y:(unsigned int)y -(void)setWindowPositionToX:(unsigned int)x Y:(unsigned int)y

View File

@ -89,12 +89,6 @@ namespace sf {
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
-(void)setCursorPositionToX:(unsigned int)x Y:(unsigned int)y; -(void)setCursorPositionToX:(unsigned int)x Y:(unsigned int)y;
////////////////////////////////////////////////////////////
/// Get the mouse cursor position (SFML Coordinates).
///
////////////////////////////////////////////////////////////
-(NSPoint)cursorPosition;
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// Move the window (not the view if we handle not a window) (SFML Coordinates). /// Move the window (not the view if we handle not a window) (SFML Coordinates).
/// ///