UNPKG
@csegames/camelot-unchained
Version:
latest (0.1.2)
0.1.2
Camelot Unchained Client Library
csegames/camelot-unchained-client-library
@csegames/camelot-unchained
/
lib
/
utils
/
layoutLib.d.ts
12 lines
(11 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
enum
Orientation
{
HORIZONTAL
=
0
,
VERTICAL
=
1
, }
export
declare
enum
Quadrant
{
TopLeft
=
0
,
TopRight
=
1
,
BottomLeft
=
2
,
BottomRight
=
3
, }
export
declare
function
windowQuadrant
(
mouseX
:
number
,
mouseY
:
number
):
Quadrant
;