Skip to main content

Questions tagged [mouse-cursor]

Use this tag for questions concerning how to change the shape and style of a mouse cursor. This tag may be used for a wide variety of programming languages and user interfaces including web browser based interfaces. It must be used with other tags to indicate programming language being used, development environment, operating environment, etc.

mouse-cursor
1 vote
0 answers
154 views

How can I create flashlight cursor effect in Delphi?

For example this screenshot belongs to Daemon Tools (which is programmed in C#): As you can see in this screenshot, I want to create flashlight effect which follows cursor. How can I do this in ...
Çağatay KAYA's user avatar
0 votes
0 answers
24 views

cursor is only showing "pointer" for the bottom half of my button in my Electron and React app

I am making an app using Electron and React. I am rendering a button that will be used for closing the window, and the button has a svg image in the middle, and the button is located in the header. ...
kytei's user avatar
  • 1
0 votes
0 answers
21 views

Can't change not-allowed cursor when dragging on div borders

Whenever I'm dragging a div over another one, I see the not-allowed cursor appearing and flashing when passing over the borders of another div, even if it has no borders specified. The expected ...
pizzaboy's user avatar
  • 1,045
0 votes
0 answers
32 views

How to handle an animation across multiple components on a page in React JS website

I am building my first React site and having trouble understanding how to best layout pages and running into issues like this: I have a cursor animation -- throughout the entire webpage, the cursor is ...
Mason's user avatar
  • 1
0 votes
1 answer
49 views

cursor img converted base64 got issue

I've tried to replace the actual cursor for my website blog page, changing with my svg logo to get a space invader for cursor. But when I refresh my page I can't see it. Here is the page https://...
Benjamin Chichportich's user avatar
-2 votes
1 answer
64 views

Cursors in Visual Studio in a Winforms app using C# [closed]

I want to change my cursor when I load frmCatch to this cursor: Application.StartupPath + @"\cursors\catch.ani". I tried a lot of different options but it don't work. I tried to use this ...
Itamar Forgoun's user avatar
1 vote
1 answer
75 views

Is there a way to get hotspot information from .cur file using PyQt?

I am working on a PyQt application and one of the functions is to change the cursor style when user opens the app. It is easy to make this work, the only problem is the hotspot information is default ...
founchoo's user avatar
  • 105
1 vote
1 answer
103 views

Changing the pointer cursor at each page reload

I'm writing some code trying to change a cursor at each reload, using javascript only. I'm using Math.random cause I have 13 different cursors (it's ghibli theme) It works fine for the default as I'm ...
SautDeBiquette's user avatar
0 votes
0 answers
43 views

How to add custom cursor

Im trying to add a custom cursor to this game I'm trying to make here is the code JFrame window = new JFrame("First Java Window"); window.setDefaultCloseOperation(JFrame....
Jimmy Pham's user avatar
-1 votes
1 answer
193 views

Is there a reason why my buttons aren't working towards my code? [closed]

For my buttons towards my code, it's not allowing the button to turn the cursor into a pointer when moving onto the button, and after a while my hover pseudo class selector is no longer working for ...
KeshonsWalksOfLife's user avatar
0 votes
0 answers
37 views

Instead of generating a random color, how can I pull from a set of specific colors?

I'll preface this by admitting that I know nothing about code. I'm using javascript code to create a sparkle cursor effect on a personal site (I found the code posted online, but it was around a ...
gk2000's user avatar
  • 1
0 votes
0 answers
42 views

KivyMD MDDataTable inaccurate cursor detection

I've created a demo application related to MDDataTable as suggested by the creators on the following page: [https://kivymd.readthedocs.io/en/latest/components/datatables/index.html] However, for some ...
Johny Porobiony's user avatar
1 vote
0 answers
186 views

Flutter Tooltip over Button

I have an OutlinedButton wrapped in a Tooltip widget, I added a margin to the tooltip to position it to the right of the button. When I hover the button, it's supposed to change the cursor to the hand ...
Tom's user avatar
  • 312
1 vote
0 answers
177 views

Hand Cursor pointing to button

I’d like to achieve a visual effect where the mouse cursor appears as a hand (or pointing finger) that always points toward a specific button on the screen. This behavior should persist even when the ...
Martin Kakhuis's user avatar
0 votes
1 answer
419 views

Circle Follow Mouse Cursor - Javascript

I've found something I'd really like to implement into my website here - https://codepen.io/clementGir/pen/RQqvQx It's some code that enabled a ball object to follow your cursor/mouse movements on a ...
Lewis Hardisty's user avatar

15 30 50 per page
1
2 3 4 5
52