C# Class BlackBerry.Screen.ScreenEvent

ファイルを表示 Open project: roblillack/monoberry Class Usage Examples

Public Methods

Method Description
FromEventHandle ( IntPtr e ) : ScreenEvent
GetIntProperty ( System.Property property ) : int
GetIntPtrProperty ( System.Property property ) : IntPtr
ScreenEvent ( IntPtr e ) : System

Private Methods

Method Description
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

Method Details

FromEventHandle() public static method

public static FromEventHandle ( IntPtr e ) : ScreenEvent
e System.IntPtr
return ScreenEvent

GetIntProperty() public method

public GetIntProperty ( System.Property property ) : int
property System.Property
return int

GetIntPtrProperty() public method

public GetIntPtrProperty ( System.Property property ) : IntPtr
property System.Property
return System.IntPtr

ScreenEvent() public method

public ScreenEvent ( IntPtr e ) : System
e System.IntPtr
return System