C# 클래스 SharpQuake.Key

Key_functions
파일 보기 프로젝트 열기: Memorix101/SharpQuake

공개 프로퍼티들

프로퍼티 타입 설명
KeyCount int
LinePos int

공개 메소드들

메소드 설명
ClearStates ( ) : void
Event ( int key, bool down ) : void
Init ( ) : void
KeynumToString ( int keynum ) : string
SetBinding ( int keynum, string binding ) : void

Key_SetBinding

WriteBindings ( Stream dest ) : void

Key_WriteBindings

비공개 메소드들

메소드 설명
Bind_f ( ) : void
KeyConsole ( int key ) : void

Key_Console Interactive line editing and console scrollback

KeyMessage ( int key ) : void
StringToKeynum ( string str ) : int
UnbindAll_f ( ) : void
Unbind_f ( ) : void

메소드 상세

ClearStates() 공개 정적인 메소드

public static ClearStates ( ) : void
리턴 void

Event() 공개 정적인 메소드

public static Event ( int key, bool down ) : void
key int
down bool
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

KeynumToString() 공개 정적인 메소드

public static KeynumToString ( int keynum ) : string
keynum int
리턴 string

SetBinding() 공개 정적인 메소드

Key_SetBinding
public static SetBinding ( int keynum, string binding ) : void
keynum int
binding string
리턴 void

WriteBindings() 공개 정적인 메소드

Key_WriteBindings
public static WriteBindings ( Stream dest ) : void
dest Stream
리턴 void

프로퍼티 상세

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

public static int KeyCount
리턴 int

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

public static int LinePos
리턴 int