mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
add close_window
This commit is contained in:
parent
f4450bcf6b
commit
9102284a36
@ -119,6 +119,8 @@ PUBLISHED:
|
||||
INLINE void set_frame_number(const int);
|
||||
INLINE int get_frame_number() const;
|
||||
|
||||
virtual void close_window(int exit_status) {return;}; //release windowing system resources
|
||||
|
||||
public:
|
||||
virtual void resized(const int, const int);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user