C# 클래스 Axiom.RenderSystems.OpenGL.Xrandr

파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
XRRFreeScreenConfigInfo ( XRRScreenConfiguration config ) : void
XRRSelectInput ( Display dpy, Window window, int mask ) : void

비공개 메소드들

메소드 설명
XRRConfig ( Screen screen ) : XRRScreenConfiguration*
XRRConfigCurrentConfiguration ( XRRScreenConfiguration config, Rotation rotation ) : SizeID
XRRConfigCurrentRate ( XRRScreenConfiguration config ) : short
XRRConfigRates ( XRRScreenConfiguration config, int sizeID, int nrates ) : short*
XRRConfigRotations ( XRRScreenConfiguration config, Rotation current_rotation ) : Rotation
XRRConfigSizes ( XRRScreenConfiguration config, int nsizes ) : XRRScreenSize*
XRRConfigTimes ( XRRScreenConfiguration config, Time config_timestamp ) : Time
XRRGetScreenInfo ( Display dpy, Drawable draw ) : XRRScreenConfiguration*
XRRQueryExtension ( Display dpy, int event_basep, int error_basep ) : Bool
XRRQueryVersion ( Display dpy, int major_versionp, int minor_versionp ) : Status
XRRRates ( Display dpy, int screen, int sizeID, int nrates ) : short*
XRRRootToScreen ( Display dpy, Window root ) : int
XRRRotations ( Display dpy, int screen, Rotation current_rotation ) : Rotation
XRRScreenConfig ( Display dpy, int screen ) : XRRScreenConfiguration*
XRRSetScreenConfig ( Display dpy, XRRScreenConfiguration config, Drawable draw, int size_index, Rotation rotation, Time timestamp ) : Status
XRRSetScreenConfigAndRate ( Display dpy, XRRScreenConfiguration config, Drawable draw, int size_index, Rotation rotation, short rate, Time timestamp ) : Status
XRRSizes ( Display dpy, int screen, int nsizes ) : XRRScreenSize*
XRRTimes ( Display dpy, int screen, Time config_timestamp ) : Time
XRRUpdateConfiguration ( XEvent * ) : int

메소드 상세

XRRFreeScreenConfigInfo() 공개 메소드

public XRRFreeScreenConfigInfo ( XRRScreenConfiguration config ) : void
config XRRScreenConfiguration
리턴 void

XRRSelectInput() 공개 메소드

public XRRSelectInput ( Display dpy, Window window, int mask ) : void
dpy Display
window Window
mask int
리턴 void