Commit graph

29 commits

Author SHA1 Message Date
Fabian d28c77faa2 don't send mouse events when execution is paused 2022-08-02 21:40:57 +09:00
Fabian 1bf5168c59 Mouse: Add support for Firefox 2022-05-20 22:27:57 +02:00
Fabian 7117e2880c minor 2021-12-16 16:52:12 -05:00
Fabian 39ab3b6d03 preventDefault in mousedown/mouseup events (fixes text selection in Firefox) 2021-11-04 18:51:36 -05:00
Fabian dbf6b65c6b Mouse: Fix case when no screen container is given 2021-01-03 17:48:10 -06:00
Fabian 497f618cab Merge branch 'wasm' into master 2021-01-03 02:07:20 -06:00
Fabian 0eeb08b1c3 Don't log in release build 2020-12-31 19:14:33 -06:00
Fabian e4b41a8cbe Mark mousewheel event non-passive 2020-12-31 19:14:30 -06:00
Fabian 626aa39e16 Move mouse only when over screen 2020-12-31 19:14:29 -06:00
copy c09949649a Mouse: Send absolute position (only host) 2017-06-07 11:56:57 -05:00
Fabian 8605a48e7e Don't preventDefault on click events (mouse should be locked instead) 2016-10-15 01:55:49 +02:00
copy 1e8a355572 Minor changes 2016-03-26 15:21:16 +01:00
copy c49911a5d0 Mousewheel implementation (browser side only) 2016-02-15 00:15:13 +01:00
copy a66f641782 Initial implementation of touch events 2015-12-31 03:06:42 +01:00
copy d7dac7c9b4 Prepare for Closure Compiler's new type inference 2015-12-30 23:30:54 +01:00
copy d26801457b Trailing whitespace 2015-09-16 03:25:09 +02:00
copy f59c5e3228 Use movementX over prefixed versions 2015-09-15 01:12:15 +02:00
copy bef8fa3a68 Some annotations 2015-04-12 16:07:52 +02:00
copy e09bc5d5f4 Don't throw in Node 2015-01-16 10:14:52 +01:00
copy fe92597718 Cleaning up old things 2015-01-11 23:43:31 +01:00
copy 774c4d88bb remove obsolete register() mechanism 2014-12-29 16:42:59 +01:00
copy 901dfbc8ce start with mouse disabled 2014-12-27 00:22:07 +01:00
copy 13511362d7 refactor communication between emulated devices and browser implementation using Bus. Web worker comming soon ;) 2014-12-25 02:32:18 +01:00
copy ce4487201b Get rid of dependencies from the emulator core 2014-07-22 22:36:42 +02:00
copy 97a3c094b1 Add button to disable mouse 2014-07-13 01:37:30 +02:00
copy 13420f31ce use strict 2014-02-23 23:05:34 +01:00
copy fa7f6db6e7 Send floats to ps2 controller, make default resolution reasonable 2014-02-19 02:20:41 +01:00
copy 3f8e7a6eda Check large mouse packets 2013-12-28 22:38:31 +01:00
copy 8180d49f24 first public release 2013-11-06 01:12:55 +01:00