Changed the return types of makeCurrent to bool, and added a bool GraphicsContext::releaseContext method
along with implementations in osgViewer.
This commit is contained in:
@@ -53,7 +53,9 @@ public:
|
||||
SCROLL,
|
||||
PEN_PRESSURE,
|
||||
PEN_PROXIMITY_ENTER,
|
||||
PEN_PROXIMITY_LEAVE
|
||||
PEN_PROXIMITY_LEAVE,
|
||||
CLOSE_WINDOW,
|
||||
QUIT_APPLICATION
|
||||
};
|
||||
|
||||
enum KeySymbol
|
||||
|
||||
Reference in New Issue
Block a user