add set_mouse_position() that was missing
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@696 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0b4a36abc9
commit
d2ea858781
@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
#include <WindowScreen.h>
|
#include <WindowScreen.h>
|
||||||
|
|
||||||
|
|
||||||
|
void set_mouse_position(int32 x, int32 y)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
BWindowScreen::BWindowScreen(const char *title,
|
BWindowScreen::BWindowScreen(const char *title,
|
||||||
uint32 space,
|
uint32 space,
|
||||||
status_t *error,
|
status_t *error,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user