Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
winmaped2
Global.xyEventArgs
C# Class winmaped2.Global.xyEventArgs
Show file
Open project: Bananattack/verge3
Public Properties
Property
Type
Description
overmap
bool
x
int
y
int
Public Methods
Method
Description
xyEventArgs
(
bool
overmap
,
int
x
,
int
y
) :
System
Method Details
xyEventArgs()
public
method
public
xyEventArgs
(
bool
overmap
,
int
x
,
int
y
) :
System
overmap
bool
x
int
y
int
return
System
Property Details
overmap
public property
public
bool
overmap
return
bool
x
public property
public
int
x
return
int
y
public property
public
int
y
return
int