nvda
Treat integers in screen locations as signed ints to allow coordinates to be negative
#7444
Merged

Treat integers in screen locations as signed ints to allow coordinates to be negative #7444

michaelDCurran merged 7 commits into nvaccess:master from i7441
LeonarddeR
DisplayModel: treat integers in character locations as signed rather …
e28723ff
Added GET_X_LPARAM and GET_Y_LPARAM from windowsx.h to the winUser mo…
fc918568
Use the new winUser functions in NVDAObjects.window.edit
16b1c5cd
use the new winUsers in touchHandler and winConsoleHandler
069b8967
LeonarddeR LeonarddeR changed the title DisplayModel: treat integers in character locations as signed ints to allow coordinates to be negative Treat integers in screen locations as signed ints to allow coordinates to be negative 8 years ago
No longer use casting for new winUser functions and converted decimal…
8ceb72b6
michaelDCurran
michaelDCurran commented on 2017-07-26
use c_short(i).value instead of i if i<0x8000 else i-0x10000
ab0c2bd6
LeonarddeR
michaelDCurran
michaelDCurran approved these changes on 2017-07-26
nvaccessAuto nvaccessAuto added incubating
nvaccessAuto nvaccessAuto assigned michaelDCurran michaelDCurran 8 years ago
beqabeqa473
Fixed typo that caused a regression in console windows
9a461561
LeonarddeR
michaelDCurran michaelDCurran merged c06311d4 into master 8 years ago
nvaccessAuto nvaccessAuto removed incubating
nvaccessAuto nvaccessAuto added this to the 2017.4 milestone 8 years ago
LeonarddeR LeonarddeR added BabbageWork

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
Labels
Milestone