Removed unnecessary -cursorPosition messages
This commit is contained in:
parent
cd1918b93d
commit
0f102c6d6e
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
|
@ -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).
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user