close
Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
39 views

I'm looking to replicate SolidWorks-style 3D viewport navigation in MeshLab, similar to what I've already done for Blender via a custom Python add-on. In SolidWorks, the navigation controls work as ...
Sebas's user avatar
  • 1
1 vote
0 answers
115 views

I am working on a remote control application for macOS where I need to maintain two "virtual" cursors: Remote Cursor: Follows the remote user's movements. Local Cursor: Follows the local ...
stream hu's user avatar
1 vote
2 answers
98 views

I need to make a collection of buttons of irregular shape -- similar to a puzzle where each piece is a button. They do not overlap, do not necessarily cover the whole window and may have gaps. In ...
Ivan's user avatar
  • 667
0 votes
0 answers
109 views

I built a zig-zag horizontal scrolling timeline with HTML, CSS, and JavaScript. It works fine as a standalone HTML file, but when I add it inside Elementor (WordPress) using the HTML widget, the ...
Bhavnesh Bhoir's user avatar
1 vote
0 answers
162 views

I am developing a remote desktop application, and when the Windows screen is locked (WIN+L), the user mode API (SendInput) fails, GetLastError() return 5 ("access is denied"). Without ...
CaiGiBear's user avatar
2 votes
0 answers
130 views

I'm developing a PS/2 mouse driver in 16-bit assembly (NASM) for a custom operating system running in VGA mode 0x12 (640x480, 16 colors). The driver initializes the mouse, handles mouse events, and ...
PRoX's user avatar
  • 23
0 votes
0 answers
103 views

I have a WINAPI application and I want the user to be able to resize the window with the Right Mouse Button. Calling SendMessage(hwnd, WM_SYSCOMMAND, SC_SIZE + WMSZ_BOTTOMRIGHT, 0); in a ...
Avtem's user avatar
  • 105
2 votes
0 answers
164 views

I’m currently having a major problem with the Esp32, and using a mouse pointer in regards to getting the Esp32 to display a cursor upon my VGA or Video Graphics Array screen, I have successfully ...
KronosHedronos2077's user avatar
1 vote
1 answer
61 views

$(document).ready(function() { $(".drag").draggable(); }); this is the code for my draggable div, I am having an issue where the mouse snaps diagonally about half the div height when ...
miles's user avatar
  • 11
1 vote
0 answers
65 views

I'm developing a task automation bot in Python that remotely controls a mouse and keyboard via Bluetooth HID. The bot uses a C driver to send keyboard and mouse commands via Bluetooth, emulating an ...
Felipe's user avatar
  • 11
0 votes
1 answer
178 views

A PowerShell script to move the mouse every 60 seconds can be created using the System.Windows.Forms namespace. The script works by simulating small mouse movements at regular intervals using a loop.
swifty checkout's user avatar
0 votes
1 answer
76 views

In my website, I am using a Java Applet. The mouse pointer changes to busy whenever I click a link in the JApplet. I want to check if mouse pointer is idle or busy. I have tried to import win32gui as ...
user3103982's user avatar
-2 votes
1 answer
111 views

The problem is that I can't make the object follow my mouse at a certain speed. I managed to make it follow the mouse, but it increases the speed the further away it's and get slower the closer it's. ...
Žygimantas Tamošaitis's user avatar
-1 votes
1 answer
86 views

I am making a program that gets low level data from the operating system in Python. But the 2 that I can't really get are: keyboard and mouse. On Linux, mouse is fine, its just this file: /dev/input/...
Borne's user avatar
  • 11
0 votes
0 answers
63 views

I'm calling GetSystemMetrics(SM_MOUSEHORIZONTALWHEELPRESENT) and it always returns 0. Thing is, I know I have a horizontal scroll on my mouse (and the raw input device information does come back with ...
Mike's user avatar
  • 308

15 30 50 per page
1
2 3 4 5
290