Index of /xtras/console_xtra/win

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] console_xtra_v08.zip 2023-01-31 22:42 1.7M [   ] demo.ls 2023-01-31 22:41 4.7K [TXT] readme.txt 2023-01-31 16:50 1.0K
xtra Console
-- v0.8 (c) 2019 Valentin Schmidt
new object me

-- STANDARD IO-STREAMS
stdIn object me, string msg -- query for STDIN input in console
stdOut object me, string msg -- prints string to STDOUT in console
stdErr object me, string msg -- prints string to STDERR in console

-- CONSOLE
consoleExists object me
consoleAttach object me, *setFocus -- attaches to parent console; returns BOOL success
consoleCreate object me, *setFocus, bufferSize, hidden -- creates a new console window
consoleShow object me, integer show_cmd
consoleSetInputCallback object me, *callbackHandler, callbackTarget
consoleClose object me, -- closes console window/detaches from parent console
consoleSetColors object me, integer stdin, integer stdout, integer stderr, *default
consoleSetFont object me, string face, integer size
consoleSetTitle object me, string title
consoleSetCtrlHandler object me, symbol callbackHandler, *callbackTarget
consoleClear object me

-- UTILITIES
*getLastError
*getLastErrorString *errorNum
*sleep integer ms