Jypeli
5
The simple game programming library
ButtonState.cs
Siirry tämän tiedoston dokumentaatioon.
1
#region MIT License
2
/*
3
* Copyright (c) 2009 University of Jyväskylä, Department of Mathematical
4
* Information Technology.
5
*
6
* Permission is hereby granted, free of charge, to any person obtaining a copy
7
* of this software and associated documentation files (the "Software"), to deal
8
* in the Software without restriction, including without limitation the rights
9
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
* copies of the Software, and to permit persons to whom the Software is
11
* furnished to do so, subject to the following conditions:
12
*
13
* The above copyright notice and this permission notice shall be included in
14
* all copies or substantial portions of the Software.
15
*
16
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
* THE SOFTWARE.
23
*/
24
#endregion
25
26
/*
27
* Authors: Tero Jäntti, Tomi Karppinen, Janne Nikkanen.
28
*/
29
30
using
System
;
31
32
namespace
Jypeli
33
{
37
public
enum
ButtonState
38
{
42
Irrelevant
,
43
47
Released
,
48
52
Pressed
,
53
57
Up
,
58
62
Down
,
63
}
64
}
Jypeli.ButtonState.Irrelevant
Ei väliä.
Jypeli.ButtonState.Up
Nappi on ylhäällä.
System
Jypeli.ButtonState.Down
Nappi on alhaalla.
Jypeli.ButtonState.Released
Nappi nostetaan ylös.
Jypeli.ButtonState
ButtonState
Napin (minkä tahansa) asento.
Definition:
ButtonState.cs:37
Jypeli
Jypeli.ButtonState.Pressed
Nappi painetaan alas.
Jypeli
Controls
ButtonState.cs
Generoinut projektille Jypeli Fri Sep 15 2017 21:57:24
1.8.13