C# 클래스 SharpOS.Kernel.Console

Provides basic console services
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 프로퍼티들

프로퍼티 타입 설명
pos uint

공개 메소드들

메소드 설명
SetOverwrite ( bool _overwrite ) : void
Setup ( ) : void

비공개 메소드들

메소드 설명
DispatchBuffer ( ) : void
KeyDown ( uint scancode ) : void
KeyUp ( uint scancode ) : void
Timer ( uint ticks ) : void

메소드 상세

SetOverwrite() 공개 정적인 메소드

public static SetOverwrite ( bool _overwrite ) : void
_overwrite bool
리턴 void

Setup() 공개 정적인 메소드

public static Setup ( ) : void
리턴 void

프로퍼티 상세

pos 공개적으로 정적으로 프로퍼티

public static uint pos
리턴 uint