Skip to content

Implement rotation on TizenRendererEvasGL #277

Closed
@bbrto21

Description

@bbrto21

We should fully implement screen rotation on evas gl

image

to reproduce this you must use kEvasGL

class App : public FlutterApp {
 public:
  bool OnCreate() {
    renderer_type_ = FlutterRendererType::kEvasGL;
    if (FlutterApp::OnCreate()) {
      RegisterPlugins(this);
    }
    return IsRunning();
  }
};

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions