Cursor don't show while FRAPS capture window

Questions about the LÖVE API, installing LÖVE and other support related questions go here.
Forum rules
Before you make a thread asking for help, read this.
Post Reply
User avatar
lowcraft
Prole
Posts: 10
Joined: Sun Mar 16, 2014 5:31 pm
Contact:

Cursor don't show while FRAPS capture window

Post by lowcraft »

Hello,

I don't know why, but, when I want to capture video with FRAPS, the cursor is not visible, well, I use this :

Code: Select all

function love.load()
    love.mouse.setVisible(false)
    cursorImage = love.graphics.newImage("gfx/cursor32.png")
end

function love.update(dt)
    mouse_x = love.mouse.getX()
    mouse_y = love.mouse.getY()
end

function love.draw()
	love.graphics.draw(cursorImage, mouse_x, mouse_y)
end
And I can show the cursor ! Is there any way to do this without this code ?
User avatar
HugoBDesigner
Party member
Posts: 403
Joined: Mon Feb 24, 2014 6:54 pm
Location: Above the Pocket Dimension
Contact:

Re: Cursor don't show while FRAPS capture window

Post by HugoBDesigner »

I could be wrong, but you've most likely hid the cursor on Fraps itself. Make sure that the checkbox "Hide mouse cursor in video", in the "Movies" tab, is unchecked. If it doesn't works, I guess you'll only be able to add an image, like you already did...
@HugoBDesigner - Twitter
HugoBDesigner - Blog
User avatar
lowcraft
Prole
Posts: 10
Joined: Sun Mar 16, 2014 5:31 pm
Contact:

Re: Cursor don't show while FRAPS capture window

Post by lowcraft »

Hello,

The checkbox is unchecked, already check this before ! :)
I think is there no difference between the cursor method and the image method, but I can be wrong.
User avatar
Ortimh
Citizen
Posts: 90
Joined: Tue Sep 09, 2014 5:07 am
Location: Indonesia

Re: Cursor don't show while FRAPS capture window

Post by Ortimh »

There's another way, don't use FRAPS! Really, but check your code about setting visible of cursor.
Is the problem with LÖVE or FRAPS?
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot] and 7 guests