Bug fix for the FMouseControl unit test
This commit is contained in:
parent
ae1fdecb40
commit
25f2abe175
|
@ -1260,7 +1260,7 @@ void FMouseTest::mouseControlTest()
|
||||||
if ( mouse_control.isGpmMouseEnabled() )
|
if ( mouse_control.isGpmMouseEnabled() )
|
||||||
{
|
{
|
||||||
CPPUNIT_ASSERT ( ! mouse_control.getGpmKeyPressed(false) );
|
CPPUNIT_ASSERT ( ! mouse_control.getGpmKeyPressed(false) );
|
||||||
mouse_control.drawGpmPointer();
|
mouse_control.drawPointer();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Left mouse button pressed on an X11 mouse
|
// Left mouse button pressed on an X11 mouse
|
||||||
|
|
Loading…
Reference in New Issue