MattJeanes / Joystick-Module

A joystick module for GMod, originally by NightEagle.
13 stars 14 forks source link

Long joystick names are overlapping with the longest possible UID identifiers #30

Open dvdvideo1234 opened 3 years ago

dvdvideo1234 commented 3 years ago

Hello, just what it says

image

I actually tried to fix that by drawing the joystick name at the bottom right corner, but this frame is some nightmare to support I see, ( especially local transBind = function(reg) ) as it contains these ... 38+10+128+5+18 if you touch here, some place else stops working ( Increasing 50*n to 65*n without adjusting the frame size and math.floor((m.y-7+2.5)/50) for example responsible for selecting/mrking in green the hovered joystick outputs )

image

You can find my attempt here: joyconfig_new.txt