key-pressed

WebJar for key-pressed

Лицензия

Лицензия

MIT
Категории

Категории

KeY Данные Data Formats Formal Verification
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

key-pressed
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

key-pressed
WebJar for key-pressed
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/hughsk/key-pressed

Скачать key-pressed

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/key-pressed/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>key-pressed</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/key-pressed/
implementation 'org.webjars.npm:key-pressed:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/key-pressed/
implementation ("org.webjars.npm:key-pressed:0.0.1")
'org.webjars.npm:key-pressed:jar:0.0.1'
<dependency org="org.webjars.npm" name="key-pressed" rev="0.0.1">
  <artifact name="key-pressed" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='key-pressed', version='0.0.1')
)
libraryDependencies += "org.webjars.npm" % "key-pressed" % "0.0.1"
[org.webjars.npm/key-pressed "0.0.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : vkey jar 0.0.3

Модули Проекта

Данный проект не имеет модулей.

key-pressed experimental

A simple browserify module for telling whether or not a given key has been pressed down.

Usage

NPM

pressed(name)

Given a key's name, check if that key is currently being pressed down and return either true or false accordingly.

For most keyboard characters you can simply pass their uppercase equivalent, and the remaining special characters are listed in vkey.

License

MIT. See LICENSE.md for details.

Версии библиотеки

Версия
0.0.1