public class ScreenSet extends Object
| Constructor and Description |
|---|
ScreenSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add_screen(Screen screen) |
void |
debug_print() |
int |
num_screens() |
void |
remove_screen(int id) |
boolean |
validate(int fb_width,
int fb_height) |
public final int num_screens()
public final void add_screen(Screen screen)
public final void remove_screen(int id)
public final boolean validate(int fb_width,
int fb_height)
public final void debug_print()
Copyright © 2019. All rights reserved.