C# Class diddy, Seahorse

Afficher le fichier Open project: AlexBaklanov/Seahorse

Méthodes publiques

Méthode Description
flushKeys ( ) : void
getDayOfMonth ( ) : int
getDayOfWeek ( ) : int
getHours ( ) : int
getInputString ( ) : String
getLatitiude ( ) : String
getLongitude ( ) : String
getMilliSeconds ( ) : int
getMinutes ( ) : int
getMonth ( ) : int
getPixel ( int x, int y ) : int
getSeconds ( ) : int
getUpdateRate ( ) : int
getYear ( ) : int
hideMouse ( ) : void
launchBrowser ( String address, String windowName ) : void
launchEmail ( String email, String subject, String text ) : void
realMod ( float value, float amount ) : float
setGraphics ( int w, int h ) : void
setMouse ( int x, int y ) : void
showAlertDialog ( String title, String message ) : void
showKeyboard ( ) : void
showMouse ( ) : void
startGps ( ) : void
startVibrate ( int millisecs ) : void
stopVibrate ( ) : void
systemMillisecs ( ) : int

Method Details

flushKeys() public static méthode

public static flushKeys ( ) : void
Résultat void

getDayOfMonth() public static méthode

public static getDayOfMonth ( ) : int
Résultat int

getDayOfWeek() public static méthode

public static getDayOfWeek ( ) : int
Résultat int

getHours() public static méthode

public static getHours ( ) : int
Résultat int

getInputString() public static méthode

public static getInputString ( ) : String
Résultat String

getLatitiude() public static méthode

public static getLatitiude ( ) : String
Résultat String

getLongitude() public static méthode

public static getLongitude ( ) : String
Résultat String

getMilliSeconds() public static méthode

public static getMilliSeconds ( ) : int
Résultat int

getMinutes() public static méthode

public static getMinutes ( ) : int
Résultat int

getMonth() public static méthode

public static getMonth ( ) : int
Résultat int

getPixel() public static méthode

public static getPixel ( int x, int y ) : int
x int
y int
Résultat int

getSeconds() public static méthode

public static getSeconds ( ) : int
Résultat int

getUpdateRate() public static méthode

public static getUpdateRate ( ) : int
Résultat int

getYear() public static méthode

public static getYear ( ) : int
Résultat int

hideMouse() public static méthode

public static hideMouse ( ) : void
Résultat void

launchBrowser() public static méthode

public static launchBrowser ( String address, String windowName ) : void
address String
windowName String
Résultat void

launchEmail() public static méthode

public static launchEmail ( String email, String subject, String text ) : void
email String
subject String
text String
Résultat void

realMod() public static méthode

public static realMod ( float value, float amount ) : float
value float
amount float
Résultat float

setGraphics() public static méthode

public static setGraphics ( int w, int h ) : void
w int
h int
Résultat void

setMouse() public static méthode

public static setMouse ( int x, int y ) : void
x int
y int
Résultat void

showAlertDialog() public static méthode

public static showAlertDialog ( String title, String message ) : void
title String
message String
Résultat void

showKeyboard() public static méthode

public static showKeyboard ( ) : void
Résultat void

showMouse() public static méthode

public static showMouse ( ) : void
Résultat void

startGps() public static méthode

public static startGps ( ) : void
Résultat void

startVibrate() public static méthode

public static startVibrate ( int millisecs ) : void
millisecs int
Résultat void

stopVibrate() public static méthode

public static stopVibrate ( ) : void
Résultat void

systemMillisecs() public static méthode

public static systemMillisecs ( ) : int
Résultat int