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