mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
Rename shim -> cast
This commit is contained in:
11
ext/src/cast/framework/classes/ActiveInputStateEventData.ts
Normal file
11
ext/src/cast/framework/classes/ActiveInputStateEventData.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
import EventData from "./EventData";
|
||||
|
||||
import { SessionEventType } from "../enums";
|
||||
|
||||
export default class ActiveInputStateEventData extends EventData {
|
||||
constructor(public activeInputState: number) {
|
||||
super(SessionEventType.ACTIVE_INPUT_STATE_CHANGED);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user