summaryrefslogtreecommitdiff
path: root/libs/input/MouseCursorController.cpp
AgeCommit message (Expand)Author
2024-12-03Refactor to replace FloatPoint by vec2 Arpit Singh
2024-12-02Check if cursor has moved out of viewport bounds in CursorController Arpit Singh
2024-11-18Revert "Check if cursor has moved out of viewport bounds in Curs..." Liana Kazanova (xWF)
2024-11-18Check if cursor has moved out of viewport bounds in CursorController Arpit Singh
2024-09-17Use integer coordinates as the cursor starting point on a display Prabir Pradhan
2024-09-02Add CursorController to the input dump Arpit Singh
2024-05-30Add method to set SkipScreenshot flag on cursorcontroller sprites Arpit Singh
2024-05-14Replace ADISPLAY_ID_ constants with LogicalDisplayId equivalents Siarhei Vishniakou
2024-05-09Use a strongly typed LogicalDisplayId for displayId(1/n) Linnan Li
2023-08-18Use std::shared_ptr for SpriteController Prabir Pradhan
2023-03-15Remove getButtonState/setButtonState from PointerController Siarhei Vishniakou
2023-03-13Return values in PointerController's getters Prabir Pradhan
2023-02-02Separate default pointer for mouse and stylus (frameworks/base part) Seunghwan Choi
2022-11-30Convert orientation values in input to ui::Rotation. Michael Wright
2022-06-10Change POINTER_ICON_STYLE enum to a type safe enum class Brandon Pollack
2022-03-04Fix transitive dependencies on SkImageEncoder Kevin Lubick
2020-08-19Switch to callback animation Liam Harrington
2020-08-06Refactor of PointerController Liam Harrington