Sha256: 6a1f683c5dcc9d0dcd9ee6e73419d474e853723415dc58c5af68a1f36dc2e81a
Contents?: true
Size: 1.56 KB
Versions: 4
Compression:
Stored size: 1.56 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709791.036003:@value"�{I" class:ETI"BundledAsset;FI"logical_path;TI""Core/KeyboardEventModifier.js;TI" pathname;TI"[/Users/bogumil/www/engines/cesium/app/assets/javascripts/Core/KeyboardEventModifier.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+02:00;TI"length;Ti�I"digest;TI"%98739de0da3a1e34966e996625fa9ef3;FI"source;TI"�/*global define*/ define(['Core/Enumeration'], function(Enumeration) { "use strict"; /** * This enumerated type is for representing keyboard modifiers. These are keys * that are held down in addition to other event types. * * @exports KeyboardEventModifier */ var KeyboardEventModifier = { /** * Represents the shift key being held down. * * @type {Enumeration} * @constant * @default 0 */ SHIFT : new Enumeration(0, 'SHIFT'), /** * Represents the control key being held down. * * @type {Enumeration} * @constant * @default 1 */ CTRL : new Enumeration(1, 'CTRL'), /** * Represents the alt key being held down. * * @type {Enumeration} * @constant * @default 2 */ ALT : new Enumeration(2, 'ALT') }; return KeyboardEventModifier; }); ;TI"required_assets_digest;TI"%407c41d809b7876810af5dc7e07a9df2;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
4 entries across 4 versions & 1 rubygems