@ue-too/board-fabric-integration / index / FabricInputEventParser
類別: FabricInputEventParser
定義於: fabric-input-event-parser.ts:9
建構函式
建構函式
new FabricInputEventParser(
fabricCanvas,kmtInputStateMachine,inputOrchestrator):FabricInputEventParser
定義於: fabric-input-event-parser.ts:17
參數
fabricCanvas
StaticCanvas
kmtInputStateMachine
KmtInputStateMachine
inputOrchestrator
InputOrchestrator
回傳
FabricInputEventParser
存取器
disabled
Getter 簽章
get disabled():
boolean
定義於: fabric-input-event-parser.ts:104
回傳
boolean
方法
bindFunctions()
bindFunctions():
void
定義於: fabric-input-event-parser.ts:30
回傳
void
disable()
disable():
void
定義於: fabric-input-event-parser.ts:96
回傳
void
enable()
enable():
void
定義於: fabric-input-event-parser.ts:100
回傳
void
keydownHandler()
keydownHandler(
event):void
定義於: fabric-input-event-parser.ts:184
參數
event
KeyboardEvent
回傳
void
keyupHandler()
keyupHandler(
event):void
定義於: fabric-input-event-parser.ts:197
參數
event
KeyboardEvent
回傳
void
pointerDownHandler()
pointerDownHandler(
event):void
定義於: fabric-input-event-parser.ts:70
參數
event
TPointerEventInfo<TPointerEvent> & object
回傳
void
pointerMoveHandler()
pointerMoveHandler(
event):void
定義於: fabric-input-event-parser.ts:133
參數
event
TPointerEventInfo
回傳
void
pointerUpHandler()
pointerUpHandler(
event):void
定義於: fabric-input-event-parser.ts:108
參數
event
TPointerEventInfo<TPointerEvent> & object
回傳
void
scrollHandler()
scrollHandler(
event):void
定義於: fabric-input-event-parser.ts:162
參數
event
TPointerEventInfo<WheelEvent>
回傳
void
setUp()
setUp():
void
定義於: fabric-input-event-parser.ts:39
回傳
void
tearDown()
tearDown():
void
定義於: fabric-input-event-parser.ts:52
回傳
void