ladybird/Userland/Libraries/LibWeb/UIEvents
Timothy Flynn 5e99715377 LibWeb: Add helpers to convert a MouseButton to/from its DOM event code
Move the helper to convert MouseButton to its DOM event code to a public
header. And add a helper to convert in the opposite direction.
2024-10-01 11:02:27 +02:00
..
EventModifier.h LibWeb: Add missing EventModifierInit fields and getModifierState 2024-01-20 08:57:37 +01:00
EventModifier.idl LibWeb: Add missing EventModifierInit fields and getModifierState 2024-01-20 08:57:37 +01:00
EventNames.cpp
EventNames.h
FocusEvent.cpp LibWeb: Implement the "fire a focus event" spec 2024-08-14 20:53:33 +01:00
FocusEvent.h LibWeb: Implement the "fire a focus event" spec 2024-08-14 20:53:33 +01:00
FocusEvent.idl
KeyboardEvent.cpp LibWeb: Implement KeyboardEvent.initKeyboardEvent 2024-07-17 18:19:09 +01:00
KeyboardEvent.h LibWeb: Implement KeyboardEvent.initKeyboardEvent 2024-07-17 18:19:09 +01:00
KeyboardEvent.idl LibWeb: Implement KeyboardEvent.initKeyboardEvent 2024-07-17 18:19:09 +01:00
KeyCode.h LibWeb: Defined all the keycodes 2024-09-14 10:38:33 +01:00
MouseButton.h LibWeb: Add helpers to convert a MouseButton to/from its DOM event code 2024-10-01 11:02:27 +02:00
MouseEvent.cpp LibWeb: Add helpers to convert a MouseButton to/from its DOM event code 2024-10-01 11:02:27 +02:00
MouseEvent.h LibWeb: Define a helper constant for the platform ctrl-ish key 2024-08-02 08:07:00 +02:00
MouseEvent.idl LibWeb: Implement MouseEvent.initMouseEvent 2024-07-17 18:19:09 +01:00
PointerEvent.cpp LibWeb: Implement the PointerEvent interface 2024-04-08 14:25:08 +02:00
PointerEvent.h LibWeb: Implement the PointerEvent interface 2024-04-08 14:25:08 +02:00
PointerEvent.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
UIEvent.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
UIEvent.h LibWeb: Short-circuit UIEvent.initMouseEvent if dispatched 2024-07-17 18:19:09 +01:00
UIEvent.idl
WheelEvent.cpp LibWeb: Restore event characteristics of MouseEvents and WheelEvents 2024-07-16 21:10:16 +03:00
WheelEvent.h LibWeb: Remove set_event_characteristics() 2024-07-12 11:57:33 +03:00
WheelEvent.idl LibWeb: Add constructor for WheelEvent 2024-05-12 14:24:18 +00:00