mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
parent
daa3100bf1
commit
cbda6166a8
@ -17,11 +17,11 @@
|
|||||||
INLINE MouseWatcherRegion::
|
INLINE MouseWatcherRegion::
|
||||||
MouseWatcherRegion(const std::string &name, PN_stdfloat left, PN_stdfloat right,
|
MouseWatcherRegion(const std::string &name, PN_stdfloat left, PN_stdfloat right,
|
||||||
PN_stdfloat bottom, PN_stdfloat top) :
|
PN_stdfloat bottom, PN_stdfloat top) :
|
||||||
Namable(name),
|
Namable(name)
|
||||||
_frame(left, right, bottom, top)
|
|
||||||
{
|
{
|
||||||
_sort = 0;
|
_sort = 0;
|
||||||
_flags = F_active;
|
_flags = F_active;
|
||||||
|
set_frame(left, right, bottom, top);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user