Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzu_screen_properties.h File Reference

Property accessors for KzuScreen. More...

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...
 

Detailed Description

Property accessors for KzuScreen.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

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.

kzFloat kzuScreenGetWindowWidth ( const struct KzuScreen screen)

Gets the value of property WindowWidth in screen.

kzsError kzuScreenSetWindowWidth ( const struct KzuScreen screen,
kzFloat  value 
)

Sets the value of property WindowWidth in screen.

kzFloat kzuScreenGetWindowHeight ( const struct KzuScreen screen)

Gets the value of property WindowHeight in screen.

kzsError kzuScreenSetWindowHeight ( const struct KzuScreen screen,
kzFloat  value 
)

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.

kzBool kzuScreenIsLayerRenderOnDemand ( const struct KzuScreen screen)

Gets the value of property LayerRenderOnDemand in screen.

kzsError kzuScreenSetLayerRenderOnDemand ( const struct KzuScreen screen,
kzBool  value 
)

Sets the value of property LayerRenderOnDemand in screen.