|
Kanzi Graphics Engine
|
Property accessors for KzuScreen. More...
#include "kzu_screen.h"#include <system/kzs_types.h>#include <system/debug/kzs_error.h>#include <system/kzs_header.h>Functions | |
| enum KzuWindowMetricsType | kzuScreenGetWindowMetricsType (const struct KzuScreen *screen) |
| Gets the value of property WindowMetricsType in screen. More... | |
| kzsError | kzuScreenSetWindowMetricsType (const struct KzuScreen *screen, enum KzuWindowMetricsType value) |
| Sets the value of property WindowMetricsType in screen. More... | |
| kzFloat | kzuScreenGetWindowWidth (const struct KzuScreen *screen) |
| Gets the value of property WindowWidth in screen. More... | |
| kzsError | kzuScreenSetWindowWidth (const struct KzuScreen *screen, kzFloat value) |
| Sets the value of property WindowWidth in screen. More... | |
| kzFloat | kzuScreenGetWindowHeight (const struct KzuScreen *screen) |
| Gets the value of property WindowHeight in screen. More... | |
| kzsError | kzuScreenSetWindowHeight (const struct KzuScreen *screen, kzFloat value) |
| Sets the value of property WindowHeight in screen. More... | |
| enum KzsWindowOrientation | kzuScreenGetScreenOrientation (const struct KzuScreen *screen) |
| Gets the value of property ScreenOrientation in screen. More... | |
| kzsError | kzuScreenSetScreenOrientation (const struct KzuScreen *screen, enum KzsWindowOrientation value) |
| Sets the value of property ScreenOrientation in screen. More... | |
| kzBool | kzuScreenIsLayerRenderOnDemand (const struct KzuScreen *screen) |
| Gets the value of property LayerRenderOnDemand in screen. More... | |
| kzsError | kzuScreenSetLayerRenderOnDemand (const struct KzuScreen *screen, kzBool value) |
| Sets the value of property LayerRenderOnDemand in screen. More... | |
Property accessors for KzuScreen.
Copyright 2008-2019 by Rightware. All rights reserved.
| enum KzuWindowMetricsType kzuScreenGetWindowMetricsType | ( | const struct KzuScreen * | screen) |
Gets the value of property WindowMetricsType in screen.
| kzsError kzuScreenSetWindowMetricsType | ( | const struct KzuScreen * | screen, |
| enum KzuWindowMetricsType | value | ||
| ) |
Sets the value of property WindowMetricsType in screen.
Gets the value of property WindowWidth in screen.
Sets the value of property WindowWidth in screen.
Gets the value of property WindowHeight in screen.
Sets the value of property WindowHeight in screen.
| enum KzsWindowOrientation kzuScreenGetScreenOrientation | ( | const struct KzuScreen * | screen) |
Gets the value of property ScreenOrientation in screen.
| kzsError kzuScreenSetScreenOrientation | ( | const struct KzuScreen * | screen, |
| enum KzsWindowOrientation | value | ||
| ) |
Sets the value of property ScreenOrientation in screen.
Gets the value of property LayerRenderOnDemand in screen.