Skip to content

Commit

Permalink
directvt#571 WIP: Pixel-wise cursor coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Apr 20, 2024
1 parent dede501 commit baa764c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/netxs/desktopio/directvt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -834,9 +834,7 @@ namespace netxs::directvt
(bool, wheeled) // sysmouse: Vertical scroll wheel.
(bool, hzwheel) // sysmouse: Horizontal scroll wheel.
(si32, wheeldt) // sysmouse: Scroll delta.
//todo use pixel-wise coords only
(twod, coordxy) // sysmouse: Cursor coordinates.
(fp2d, pixelxy) // sysmouse: Pixel-wise cursor coordinates.
(fp2d, coordxy) // sysmouse: Pixel-wise cursor coordinates.
(time, timecod) // sysmouse: Event time code.
(ui32, changed)) // sysmouse: Update stamp.
STRUCT_macro(mousebar, (bool, mode)) // CCC_SMS/* 26:1p */
Expand Down

0 comments on commit baa764c

Please sign in to comment.