mirror of
https://github.com/SFML/SFML.git
synced 2024-11-29 06:41:05 +08:00
Remove dead code
This commit is contained in:
parent
365f7999eb
commit
5aa87f7719
@ -121,14 +121,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////
|
|
||||||
-(void)setCursorPositionToX:(unsigned int)x Y:(unsigned int)y
|
|
||||||
{
|
|
||||||
// Forward to...
|
|
||||||
[m_oglView setCursorPositionToX:x Y:y];
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
-(NSPoint)position
|
-(NSPoint)position
|
||||||
{
|
{
|
||||||
|
@ -281,14 +281,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////
|
|
||||||
-(void)setCursorPositionToX:(unsigned int)x Y:(unsigned int)y
|
|
||||||
{
|
|
||||||
// Forward to...
|
|
||||||
[m_oglView setCursorPositionToX:x Y:y];
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
-(NSPoint)position
|
-(NSPoint)position
|
||||||
{
|
{
|
||||||
|
@ -88,12 +88,6 @@ namespace sf {
|
|||||||
-(void)hideMouseCursor;
|
-(void)hideMouseCursor;
|
||||||
-(void)showMouseCursor;
|
-(void)showMouseCursor;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
|
||||||
/// Move the mouse cursor to (x,y) (SFML Coordinates).
|
|
||||||
///
|
|
||||||
////////////////////////////////////////////////////////////
|
|
||||||
-(void)setCursorPositionToX:(unsigned int)x Y:(unsigned int)y;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// Get window's position.
|
/// Get window's position.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user