Logo
Explore Help
Sign In
Backups/UnityExplorer
1
0
Fork 0
You've already forked UnityExplorer
mirror of https://github.com/sinai-dev/UnityExplorer.git synced 2025-06-16 22:27:45 +08:00
Code Issues Actions Packages Projects Releases Wiki Activity
UnityExplorer/src/Input/IAbstractInput.cs

22 lines
405 B
C#
Raw Normal View History

2.0.5 * Added Max Results option to Search (default 5000) * Fixed a TypeInitializationException which can happen when inspecting some classes with Dictionary members * Fixed an issue which could prevent Input support from initializating * Improved and fixed the display of TextAsset objects * A few other minor fixes
2020-10-12 20:15:41 +11:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
some early steps remaking the GUI with UnityEngine.UI, working in all tested game so far
2020-10-23 01:50:33 +11:00
namespace ExplorerBeta.Input
2.0.5 * Added Max Results option to Search (default 5000) * Fixed a TypeInitializationException which can happen when inspecting some classes with Dictionary members * Fixed an issue which could prevent Input support from initializating * Improved and fixed the display of TextAsset objects * A few other minor fixes
2020-10-12 20:15:41 +11:00
{
public interface IAbstractInput
{
void Init();
Vector2 MousePosition { get; }
bool GetKeyDown(KeyCode key);
bool GetKey(KeyCode key);
bool GetMouseButtonDown(int btn);
bool GetMouseButton(int btn);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.4 Page: 80ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API