mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
tform: add properties to MouseWatcherRegion
This commit is contained in:
parent
cbda6166a8
commit
837d3d6b6d
@ -61,6 +61,15 @@ PUBLISHED:
|
|||||||
void output(std::ostream &out) const;
|
void output(std::ostream &out) const;
|
||||||
void write(std::ostream &out, int indent_level = 0) const;
|
void write(std::ostream &out, int indent_level = 0) const;
|
||||||
|
|
||||||
|
PUBLISHED:
|
||||||
|
MAKE_PROPERTY(frame, get_frame, set_frame);
|
||||||
|
MAKE_PROPERTY(area, get_area);
|
||||||
|
|
||||||
|
MAKE_PROPERTY(sort, get_sort, set_sort);
|
||||||
|
MAKE_PROPERTY(active, get_active, set_active);
|
||||||
|
MAKE_PROPERTY(keyboard, get_keyboard, set_keyboard);
|
||||||
|
MAKE_PROPERTY(suppress_flags, get_suppress_flags, set_suppress_flags);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
INLINE bool operator < (const MouseWatcherRegion &other) const;
|
INLINE bool operator < (const MouseWatcherRegion &other) const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user