C# Class WpfApplication7.GetKeyBoard

ファイルを表示 Open project: NCCUCS-Windows-Programming/SpaceWar

Public Properties

Property Type Description
MoveKey ].string[
R bool

Public Methods

Method Description
CheckTrue ( int number ) : int
GetKeyDown ( string key ) : void
GetKeyUp ( string key ) : void
MoveState ( int number, string key ) : void
StillMove ( int number ) : void
StopState ( int number, string key ) : void

Method Details

CheckTrue() public method

public CheckTrue ( int number ) : int
number int
return int

GetKeyDown() public method

public GetKeyDown ( string key ) : void
key string
return void

GetKeyUp() public method

public GetKeyUp ( string key ) : void
key string
return void

MoveState() public method

public MoveState ( int number, string key ) : void
number int
key string
return void

StillMove() public method

public StillMove ( int number ) : void
number int
return void

StopState() public method

public StopState ( int number, string key ) : void
number int
key string
return void

Property Details

MoveKey public_oe property

public string[,] MoveKey
return ].string[

R public_oe property

public bool R
return bool