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:
Joshua Granick
2013-12-05 17:09:41 -08:00
parent 29ef53dc6b
commit b07b770db5
3 changed files with 28 additions and 3 deletions

View File

@@ -59,7 +59,10 @@ enum EventType
etJoyButtonDown, // 27
etJoyButtonUp, // 28
etSysWM, //29
etSysWM, // 29
etRenderContextLost, // 30
etRenderContextRestored, // 31
};
enum EventFlags