w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
Game Development
Phaser
Input
DeviceButton
Language
Default
Markdown
DeviceButton#timeDown
timeDown
: number
The timestamp when the button was last pressed down.
Source code:
input/DeviceButton.js
(
Line 65
)
Links:
http://phaser.io/docs/2.6.2/Phaser.DeviceButton.html#timeDown
doc_phaser
2017-02-14 10:44:47
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
DeviceButton#DeviceButton
new DeviceButton(parent, buttonCode) DeviceButtons belong to both Phaser.Pointer and Phaser.SinglePad (Gamepad) instances. For Pointers they repres
Key#timeDown
timeDown : number The timestamp when the key was last pressed down. This is based on Game.time.now. Source code: input/Key.js (Line 68)
Pointer#timeDown
timeDown : number A timestamp representing when the Pointer first touched the touchscreen. Source code: input/Pointer.js (Line 269)
DeviceButton#parent
parent : Phaser.Pointer | Phaser.SinglePad A reference to the Pointer or Gamepad that owns this button. Type Phaser.Pointer | Phaser.SinglePad
DeviceButton#event
event : Object The DOM event that caused the change in button state. Source code: input/DeviceButton.js (Line 47)
Return to View
Please login to continue.