android: frontend: Track screen layout separately for orientation.
android framebuffer
This commit is contained in:
parent
e8f57d7e3c
commit
b7a156f7c8
5 changed files with 15 additions and 5 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
virtual void CleanupVideoDumping() = 0;
|
||||
|
||||
/// Updates the framebuffer layout of the contained render window handle.
|
||||
void UpdateCurrentFramebufferLayout();
|
||||
void UpdateCurrentFramebufferLayout(bool is_portrait_mode = {});
|
||||
|
||||
// Getter/setter functions:
|
||||
// ------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue