Page MenuHomeFreeBSD

vt(4): Simplify mouse area detection
ClosedPublic

Authored by emaste on Apr 23 2015, 5:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 3 2025, 9:04 AM
Unknown Object (File)
Jan 31 2025, 11:27 AM
Unknown Object (File)
Jan 31 2025, 10:27 AM
Unknown Object (File)
Jan 8 2025, 5:24 AM
Unknown Object (File)
Jan 4 2025, 11:45 AM
Unknown Object (File)
Dec 30 2024, 8:24 PM
Unknown Object (File)
Dec 9 2024, 3:23 PM
Unknown Object (File)
Nov 15 2024, 6:07 AM
Subscribers
None

Details

Summary

vt_is_cursor_in_area needs to return true if any part of the mouse cursor is visible in the rectangle area. Replace the existing test with a simpler version of a test for overlapping rectangles.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to vt(4): Simplify mouse area detection.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: dim, ray.
ray edited edge metadata.

I like it

This revision is now accepted and ready to land.Apr 23 2015, 5:33 PM
This revision was automatically updated to reflect the committed changes.