Add events when the GL rendering context is lost/restored (only affects old SDL backend and Android target right now)
This commit is contained in:
@@ -59,7 +59,10 @@ enum EventType
|
||||
etJoyButtonDown, // 27
|
||||
etJoyButtonUp, // 28
|
||||
|
||||
etSysWM, //29
|
||||
etSysWM, // 29
|
||||
|
||||
etRenderContextLost, // 30
|
||||
etRenderContextRestored, // 31
|
||||
};
|
||||
|
||||
enum EventFlags
|
||||
|
||||
Reference in New Issue
Block a user