This website requires JavaScript.
Explore
Help
Sign In
sizhongzhan
/
1118OPSSNew
Watch
1
Star
0
Fork
You've already forked 1118OPSSNew
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4c22c8c090
1118OPSSNew
/
Assets
/
SKFramework
/
Core
/
Input
/
InputState.cs
13 lines
131 B
C#
Raw
Blame
History
namespace
SK.Framework
{
public
enum
InputState
{
None
,
Pressed
,
Held
,
Released
,
}
}
Reference in New Issue
View Git Blame
Copy Permalink