HDK Mouse And Keys

by Hiro the Dragon King
HDK Mouse And Keys
Real-time mouse updates as well as left and right macros for the Shift, Ctrl, and Alt keys.
ID:624878
 
Resolved
UpdateScreenSize() had some incorrect calculations leftover from older rewrites. These have been corrected. [And since phased out.]
BYOND Version:Irrelevant
Operating System:Irrelevant
Web Browser:Irrelevant
Applies to:HDK Mouse And Keys [2.2]
Status: Resolved (2.3)

This issue has been resolved.
[Archival Purposes]

Lummox JR wrote:
[Sep 1 2011, 4:16 pm] UpdateScreenSize() is buggy. I believe you should not be setting view before parsing it, but after; otherwise the sizes must be set manually. Also I noticed you are setting the sizes to client.view when view is a number, when in fact you should be using client.view*2+1 instead.
Hiro the Dragon King wrote:
[Sep 2 2011, 7:45 am] Ah, thanks for the heads up. I just went ahead and fixed it. It was correct in the second half of the procedure, just not the first. I have an update in the works and I'll upload the fix when it's done.
Hiro the Dragon King wrote:
[Nov 30 2011, 9:09 pm] The biggest issue that I have is that I rotate between three to four computers and I lose updated information on occasion. I've also been known to stop halfway through an edit and then forget to comeback an finish it, hence the issue that LummoxJR pointed out.
Hiro the Dragon King resolved issue with message:
UpdateScreenSize() had some incorrect calculations leftover from older rewrites. These have been corrected. [And since phased out.]