Jypeli
10
The simple game programming library
Toggle main menu visibility
Pääsivu
Paketit
Paketit
Paketin funktiot
Kaikki
a
b
c
d
h
j
k
m
r
s
t
v
x
Funktiot
Tyyppimäärittelyt
Luettelotyypit
Luokat
Luokkalista
Luokkaluettelo
Luokkahierarkia
Luokan jäsenet
Kaikki
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Funktiot
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Muuttujat
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Luettelotyypit
Ominaisuudet
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Tapahtumat
a
b
c
d
e
f
g
i
l
n
p
r
s
t
u
w
y
Tiedostot
Tiedostolista
Tiedoston jäsenet
Kaikki
_
c
i
j
m
r
s
v
x
Muuttujat
Tyyppimäärittelyt
c
i
j
m
r
s
v
x
•
Kaikki
Luokat
Nimiavaruudet
Tiedostot
Funktiot
Muuttujat
Tyyppimäärittelyt
Luettelotyypit
Luettelotyyppien arvot
Ominaisuudet
Tapahtumat
GamePadAnalogState.cs
Siirry tämän tiedoston dokumentaatioon.
1
namespace
Jypeli.Controls.GamePad
2
{
3
internal
class
GamePadAnalogState
:
AnalogState
4
{
5
public
GamePadAnalogState
(
double
state,
double
analogChange,
Vector
stateVector,
Vector
mouseMovement)
6
{
7
State
= state;
8
AnalogChange
= analogChange;
9
StateVector
= stateVector;
10
MouseMovement
= mouseMovement;
11
}
12
13
public
double
State
{
get
;
private
set
; }
14
15
public
double
AnalogChange
{
get
;
private
set
; }
16
17
public
Vector
StateVector
{
get
;
private
set
; }
18
19
public
Vector
MouseMovement
{
get
;
private
set
; }
20
}
21
}
Jypeli.Controls.GamePad.GamePadAnalogState
Definition:
GamePadAnalogState.cs:4
Jypeli.Controls.GamePad.GamePadAnalogState.AnalogChange
double AnalogChange
Definition:
GamePadAnalogState.cs:15
Jypeli.Controls.GamePad.GamePadAnalogState.State
double State
Definition:
GamePadAnalogState.cs:13
Jypeli.Controls.GamePad.GamePadAnalogState.GamePadAnalogState
GamePadAnalogState(double state, double analogChange, Vector stateVector, Vector mouseMovement)
Definition:
GamePadAnalogState.cs:5
Jypeli.Controls.GamePad.GamePadAnalogState.MouseMovement
Vector MouseMovement
Definition:
GamePadAnalogState.cs:19
Jypeli.Controls.GamePad.GamePadAnalogState.StateVector
Vector StateVector
Definition:
GamePadAnalogState.cs:17
Jypeli.AnalogState
Parametrit analogisen ohjauksen (hiiren tai ohjaustikun) tapahtumalle. Vanhentunut tapa,...
Definition:
AnalogState.cs:37
Jypeli.Controls.GamePad
Definition:
GamePadAnalogState.cs:2
Jypeli.Vector
2D-vektori.
Definition:
Vector.cs:67
Jypeli
Controls
GamePad
GamePadAnalogState.cs
Generoinut projektille Jypeli Tue Sep 14 2021 15:57:41
1.9.2