remove old ThermionFlutterWindow class
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
abstract class ThermionFlutterWindow {
|
|
||||||
|
|
||||||
int get width;
|
|
||||||
int get height;
|
|
||||||
|
|
||||||
int get handle;
|
|
||||||
|
|
||||||
///
|
|
||||||
/// Destroy a texture and clean up the texture cache (if applicable).
|
|
||||||
///
|
|
||||||
Future destroy();
|
|
||||||
|
|
||||||
Future resize(int width, int height, int left, int top);
|
|
||||||
|
|
||||||
Future markFrameAvailable();
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user