C# Class BlackBerry.Screen.ScreenEvent

Afficher le fichier Open project: roblillack/monoberry Class Usage Examples

Méthodes publiques

Méthode Description
FromEventHandle ( IntPtr e ) : ScreenEvent
GetIntProperty ( System.Property property ) : int
GetIntPtrProperty ( System.Property property ) : IntPtr
ScreenEvent ( IntPtr e ) : System

Private Methods

Méthode 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 méthode

public static FromEventHandle ( IntPtr e ) : ScreenEvent
e System.IntPtr
Résultat ScreenEvent

GetIntProperty() public méthode

public GetIntProperty ( System.Property property ) : int
property System.Property
Résultat int

GetIntPtrProperty() public méthode

public GetIntPtrProperty ( System.Property property ) : IntPtr
property System.Property
Résultat System.IntPtr

ScreenEvent() public méthode

public ScreenEvent ( IntPtr e ) : System
e System.IntPtr
Résultat System