C# Class FyreVM.Engine.GlkWindowStream

Inheritance: GlkStream
Show file Open project: ChicagoDave/Zifmia

Public Methods

Method Description
Close ( uint &read, uint &written ) : bool
GlkWindowStream ( uint id, Engine engine ) : System
PutChar ( uint c ) : void

Method Details

Close() public method

public Close ( uint &read, uint &written ) : bool
read uint
written uint
return bool

GlkWindowStream() public method

public GlkWindowStream ( uint id, Engine engine ) : System
id uint
engine Engine
return System

PutChar() public method

public PutChar ( uint c ) : void
c uint
return void