Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Mouse cursor enter/leave  (Read 11181 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Mouse cursor enter/leave
« Reply #15 on: June 21, 2008, 05:45:03 pm »
You can upload an image with the "add picture" button when editing the page.
Laurent Gomila - SFML developer

dewyatt

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://dewyatt.blogspot.com
Mouse cursor enter/leave
« Reply #16 on: June 21, 2008, 07:03:21 pm »
I tried that but it looks like you have ACL enabled or something.
The Media Manager doesn't provide any upload option for me.

MadMartin

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Mouse cursor enter/leave
« Reply #17 on: July 17, 2008, 10:08:19 am »
Hi Laurent,

any news on this topic? Don't want to hurry you, I'm just curious  :wink:

Btw I also switched from HGE for the same reasons dewyatt mentioned. Its nice and well designed, but I like the design behind SFML even more. Is marvellous! Just wanted to say that...

greets
Martin

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Mouse cursor enter/leave
« Reply #18 on: July 17, 2008, 10:25:16 am »
Quote
any news on this topic? Don't want to hurry you, I'm just curious

No, sorry. I noticed that these events were not supported directly by the OS (at least Windows), and didn't investigate further yet.

Quote
Btw I also switched from HGE for the same reasons dewyatt mentioned. Its nice and well designed, but I like the design behind SFML even more. Is marvellous! Just wanted to say that...

Thank you :)
Laurent Gomila - SFML developer

MadMartin

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Mouse cursor enter/leave
« Reply #19 on: July 17, 2008, 11:05:16 am »
Ever heard of TrackMouseEvent and WM_MOUSELEAVE? I've never tried it, but I think it could be capable enough. When the mouse reenters the window, it probably just would be a WM_MOUSEMOVE.

So far for the Windows part...

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Mouse cursor enter/leave
« Reply #20 on: July 17, 2008, 11:13:56 am »
Quote from: "MadMartin"
Ever heard of TrackMouseEvent and WM_MOUSELEAVE? I've never tried it, but I think it could be capable enough. When the mouse reenters the window, it probably just would be a WM_MOUSEMOVE.

So far for the Windows part...

That's exactly what I was planning to do.
Laurent Gomila - SFML developer

MadMartin

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Mouse cursor enter/leave
« Reply #21 on: July 17, 2008, 11:30:24 am »
Ah, ok, just thought this information would be interesting for you :wink:

 

anything