mch2022-template-app/components/renze-graphics/include/driver_framebuffer_orientation_internal.h

9 lines
97 B
C
Raw Normal View History

2022-01-11 23:53:38 +00:00
#pragma once
enum Orientation {
landscape,
portrait,
reverse_landscape,
reverse_portrait
};