hides a bug where we appearently read from the cursor out of bounds because of float to int converting issues... need to investigate that. In any case, I got the cursor position thing completely wrong, my intentions of setting it to 0.5, 0.5 were something else...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12385 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,7 +18,7 @@ HWInterface::HWInterface()
|
|||||||
: BLocker("hw interface lock"),
|
: BLocker("hw interface lock"),
|
||||||
fCursor(NULL),
|
fCursor(NULL),
|
||||||
fCursorVisible(true),
|
fCursorVisible(true),
|
||||||
fCursorLocation(0.5, 0.5),
|
fCursorLocation(0, 0),
|
||||||
// fUpdateExecutor(new UpdateQueue(this))
|
// fUpdateExecutor(new UpdateQueue(this))
|
||||||
fUpdateExecutor(NULL)
|
fUpdateExecutor(NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user