Dumb Bird
Dumb Bird
PDProgram Dream
Created by Dumb Bird on 7/14/2023 in #💬┃forum
What Songs do You Listen to While Programming?
Spotify with ad block
92 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
However for now that isn't really a big deal
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
I may implement a function which allows you to forgo this issue
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
Note that because of the differnce in screen size on my laptop (1440px × 900px) vs PC (1920 x 1080) the mouse moves different amounts.
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
Linux (Arch, Wayland):
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
An init and deinit are now required
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
Small API change
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
This is as expected; as long as the cursor is not up, moving it anywhere should also drag. I'm not sure how this slipped past me before.
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
MacOS:
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
A bug with dragging has been fixed now the following code properly works
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
C is looking mighty fine, so lets just do that
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
A) Eh, just set the min to 0 and max to 99999 B) Actually get the display size C) Ignore everything until it becomes a bigger problem
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
The screen size is required to make sure out of bound nonsense doesn't happen. However I can either do this the right way or the wrong way...
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
Ok absolute mouse movement is a bit strange
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
This doesn't require root access or anything of the like either, which is a plus
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
So for tools like #TeenyTask moving the mouse relative to itself is possible, but knowing where it is isn't possible
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
This would require interacting with the Xserver or Compositor
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
Oh the other issue with this is finding the mouse position on the screen is several layers above a kernel module such as evdev
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
This is just a couple steps lower than using the display server / compositor. As they both interface with the evdev respectively. This is one less dependancy at the cost of missing out on any display server and/or compositor features.
141 replies
PDProgram Dream
Created by Dumb Bird on 5/22/2024 in #🔨┃dev-logs
Zinput
Zinput now emulates an evdev; or uses an existing one, however the former is preferred!
141 replies