C# 클래스 NScumm.Sword1.Mouse

파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
AddToList ( int id, SwordObject compact ) : void
Animate ( ) : void
ControlPanel ( bool on ) : void
Engine ( ushort x, ushort y, ushort eventFlags ) : void
FnAddHuman ( ) : void
FnBlankMouse ( ) : void
FnLockMouse ( ) : void
FnNoHuman ( ) : void
FnNormalMouse ( ) : void
FnUnlockMouse ( ) : void
GiveCoords ( ushort &x, ushort &y ) : void
Initialize ( ) : void
Mouse ( ISystem system, ResMan resMan, ObjectMan objectMan ) : System
SetLuggage ( uint resId, uint rate ) : void
SetPointer ( uint resId, uint rate ) : void
TestEvent ( ) : ushort
UseLogicAndMenu ( Logic logic, Menu menu ) : void

비공개 메소드들

메소드 설명
CreatePointer ( uint ptrId, uint luggageId ) : void

메소드 상세

AddToList() 공개 메소드

public AddToList ( int id, SwordObject compact ) : void
id int
compact SwordObject
리턴 void

Animate() 공개 메소드

public Animate ( ) : void
리턴 void

ControlPanel() 공개 메소드

public ControlPanel ( bool on ) : void
on bool
리턴 void

Engine() 공개 메소드

public Engine ( ushort x, ushort y, ushort eventFlags ) : void
x ushort
y ushort
eventFlags ushort
리턴 void

FnAddHuman() 공개 메소드

public FnAddHuman ( ) : void
리턴 void

FnBlankMouse() 공개 메소드

public FnBlankMouse ( ) : void
리턴 void

FnLockMouse() 공개 메소드

public FnLockMouse ( ) : void
리턴 void

FnNoHuman() 공개 메소드

public FnNoHuman ( ) : void
리턴 void

FnNormalMouse() 공개 메소드

public FnNormalMouse ( ) : void
리턴 void

FnUnlockMouse() 공개 메소드

public FnUnlockMouse ( ) : void
리턴 void

GiveCoords() 공개 메소드

public GiveCoords ( ushort &x, ushort &y ) : void
x ushort
y ushort
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Mouse() 공개 메소드

public Mouse ( ISystem system, ResMan resMan, ObjectMan objectMan ) : System
system ISystem
resMan ResMan
objectMan ObjectMan
리턴 System

SetLuggage() 공개 메소드

public SetLuggage ( uint resId, uint rate ) : void
resId uint
rate uint
리턴 void

SetPointer() 공개 메소드

public SetPointer ( uint resId, uint rate ) : void
resId uint
rate uint
리턴 void

TestEvent() 공개 메소드

public TestEvent ( ) : ushort
리턴 ushort

UseLogicAndMenu() 공개 메소드

public UseLogicAndMenu ( Logic logic, Menu menu ) : void
logic Logic
menu Menu
리턴 void