C# 클래스 BlackBerry.Screen.ScreenEvent

파일 보기 프로젝트 열기: roblillack/monoberry 1 사용 예제들

공개 메소드들

메소드 설명
FromEventHandle ( IntPtr e ) : ScreenEvent
GetIntProperty ( System.Property property ) : int
GetIntPtrProperty ( System.Property property ) : IntPtr
ScreenEvent ( IntPtr e ) : System

비공개 메소드들

메소드 설명
screen_event_get_event ( IntPtr bps_event ) : IntPtr
screen_get_event_property_iv ( IntPtr handle, System.Property prop, int &val ) : int
screen_get_event_property_pv ( IntPtr handle, System.Property prop, IntPtr &val ) : int

메소드 상세

FromEventHandle() 공개 정적인 메소드

public static FromEventHandle ( IntPtr e ) : ScreenEvent
e System.IntPtr
리턴 ScreenEvent

GetIntProperty() 공개 메소드

public GetIntProperty ( System.Property property ) : int
property System.Property
리턴 int

GetIntPtrProperty() 공개 메소드

public GetIntPtrProperty ( System.Property property ) : IntPtr
property System.Property
리턴 System.IntPtr

ScreenEvent() 공개 메소드

public ScreenEvent ( IntPtr e ) : System
e System.IntPtr
리턴 System