ruffle/swf/src
Kamil Jarosz b1b7ccfbd2 avm1: Highlight buttons using their hit bounds
Buttons are always highlighted using their hit bounds.
I guess it does have some sense to it, because their bounds
usually change on hover (children are swapped out),
which would cause the automatic tab order to change during tabbing.
That could potentially create a loop in the tab ordering
(soft locking the tab).
2024-05-10 23:52:01 +02:00
..
avm1 swf: Ignore bad ConstantPool string reads 2023-07-15 12:10:36 +02:00
avm2 swf: `CallMethod` takes a `disp_id`, not any sort of `Index` 2024-03-10 09:49:24 -07:00
types avm1: Highlight buttons using their hit bounds 2024-05-10 23:52:01 +02:00
avm1.rs swf: Add custom error type for SWF/AVM1 parse errors 2019-10-10 00:55:09 -07:00
avm2.rs Merge swf-rs into ruffle repo 2019-10-02 17:25:30 -07:00
error.rs core: Fix clippy format string lint 2022-10-27 08:49:39 +03:00
extensions.rs avm2: Implemented newcatch and basic exception handling 2022-08-10 01:34:08 +02:00
lib.rs chore: Allow `clippy::bool_to_int_with_if` 2023-02-26 13:23:38 +02:00
read.rs build: Fix redundant import warnings 2024-03-23 19:23:18 +01:00
string.rs swf: Mark some `SwfStr` functions as const 2022-05-10 09:34:57 +03:00
tag_code.rs swf: Added DoAbc2 tag 2023-02-14 08:51:45 +01:00
test_data.rs build: Fix redundant import warnings 2024-03-23 19:23:18 +01:00
types.rs core: Implement lazy decoding of bitmaps 2024-02-27 21:18:18 -05:00
write.rs build: Fix redundant import warnings 2024-03-23 19:23:18 +01:00