C# Class diddy, Seahorse

Show file Open project: AlexBaklanov/Seahorse

Public Methods

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

public static flushKeys ( ) : void
return void

getDayOfMonth() public static method

public static getDayOfMonth ( ) : int
return int

getDayOfWeek() public static method

public static getDayOfWeek ( ) : int
return int

getHours() public static method

public static getHours ( ) : int
return int

getInputString() public static method

public static getInputString ( ) : String
return String

getLatitiude() public static method

public static getLatitiude ( ) : String
return String

getLongitude() public static method

public static getLongitude ( ) : String
return String

getMilliSeconds() public static method

public static getMilliSeconds ( ) : int
return int

getMinutes() public static method

public static getMinutes ( ) : int
return int

getMonth() public static method

public static getMonth ( ) : int
return int

getPixel() public static method

public static getPixel ( int x, int y ) : int
x int
y int
return int

getSeconds() public static method

public static getSeconds ( ) : int
return int

getUpdateRate() public static method

public static getUpdateRate ( ) : int
return int

getYear() public static method

public static getYear ( ) : int
return int

hideMouse() public static method

public static hideMouse ( ) : void
return void

launchBrowser() public static method

public static launchBrowser ( String address, String windowName ) : void
address String
windowName String
return void

launchEmail() public static method

public static launchEmail ( String email, String subject, String text ) : void
email String
subject String
text String
return void

realMod() public static method

public static realMod ( float value, float amount ) : float
value float
amount float
return float

setGraphics() public static method

public static setGraphics ( int w, int h ) : void
w int
h int
return void

setMouse() public static method

public static setMouse ( int x, int y ) : void
x int
y int
return void

showAlertDialog() public static method

public static showAlertDialog ( String title, String message ) : void
title String
message String
return void

showKeyboard() public static method

public static showKeyboard ( ) : void
return void

showMouse() public static method

public static showMouse ( ) : void
return void

startGps() public static method

public static startGps ( ) : void
return void

startVibrate() public static method

public static startVibrate ( int millisecs ) : void
millisecs int
return void

stopVibrate() public static method

public static stopVibrate ( ) : void
return void

systemMillisecs() public static method

public static systemMillisecs ( ) : int
return int