Spacebar as a pause button not working
18 Nov 2022 20:50 #257065
by turbostew
Replied by turbostew on topic Spacebar as a pause button not working
Not sure i follow. the name in the keybind is "on_keycall_PAUSE" but so is the function name..... I do see that non-HD is a lower case "pause" for both bind and func name.... Why would this matter?
Please Log in or Create an account to join the conversation.
18 Nov 2022 20:59 #257068
by cmorley
Replied by cmorley on topic Spacebar as a pause button not working
on_key_pause and
on_key_PAUSE
are different function calls. The code must match what is in the handler file.
qtdragon uses the lower case one, qtdragon_hd uses the upper case one.
Since I can't see your handler file to confirm, I am guessing this is the problem.
Can you confirm they are the same case and/or post the handlerfile you are using.
on_key_PAUSE
are different function calls. The code must match what is in the handler file.
qtdragon uses the lower case one, qtdragon_hd uses the upper case one.
Since I can't see your handler file to confirm, I am guessing this is the problem.
Can you confirm they are the same case and/or post the handlerfile you are using.
Please Log in or Create an account to join the conversation.
19 Nov 2022 23:15 - 20 Nov 2022 03:07 #257127
by turbostew
Replied by turbostew on topic Spacebar as a pause button not working
OK, I figured it out..... When I run a file, it is like focus is lost and pause and space don't work. If I click on any page button at the top other than "Main" while running a file, the pause and space work. Seems like a focus thing.
Last edit: 20 Nov 2022 03:07 by turbostew.
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.058 seconds