Property | Type | Description | |
---|---|---|---|
Backspace | void | ||
ClearScreen | void | ||
Enter | void | ||
Exit | void | ||
RecalcProgramSize | void | ||
Save | void | ||
UpdateBuffer | void |
Method | Description | |
---|---|---|
ArrowKey ( kOSKeys key ) : void | ||
Delete ( ) : void | ||
GetBuffer ( ) : ].char[ | ||
GetCursorX ( ) : int | ||
GetCursorY ( ) : int | ||
InterpreterEdit ( String fileName, kOS.ExecutionContext parent ) : System | ||
Print ( int sx, int sy, String value ) : void | ||
Print ( int sx, int sy, String value, int max ) : void | ||
PrintBorder ( int y ) : void | ||
SpecialKey ( kOSKeys key ) : bool | ||
Type ( char ch ) : bool | ||
Update ( float time ) : void |
Method | Description | |
---|---|---|
Backspace ( ) : void | ||
ClearScreen ( ) : void | ||
Enter ( ) : void | ||
Exit ( ) : void | ||
RecalcProgramSize ( ) : void | ||
Save ( ) : void | ||
UpdateBuffer ( ) : void |
public InterpreterEdit ( String fileName, kOS.ExecutionContext parent ) : System | ||
fileName | String | |
parent | kOS.ExecutionContext | |
return | System |
public Print ( int sx, int sy, String value ) : void | ||
sx | int | |
sy | int | |
value | String | |
return | void |
public Print ( int sx, int sy, String value, int max ) : void | ||
sx | int | |
sy | int | |
value | String | |
max | int | |
return | void |