If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Getting rid of mousepointer (Alpha)
4 posts
• Page 1 of 1
Getting rid of mousepointer (Alpha)
I used to get rid of the mouse pointer with a ruby window "def mouseCursor 2 end"
This stopped working in the alpha , did anything change and I missed it or is this a bug ?
This stopped working in the alpha , did anything change and I missed it or is this a bug ?
-
lalalandsynth - Posts: 600
- Joined: Sat Oct 01, 2016 12:48 pm
Re: Getting rid of mousepointer (Alpha)
Using this works .
def isInMousePoint x, y
true
end
def mouseCursor x,y
2
end
def isInMousePoint x, y
true
end
def mouseCursor x,y
2
end
-
lalalandsynth - Posts: 600
- Joined: Sat Oct 01, 2016 12:48 pm
Re: Getting rid of mousepointer (Alpha)
Thanks Lala, useful
-
wlangfor@uoguelph.ca - Posts: 912
- Joined: Tue Apr 03, 2018 5:50 pm
- Location: North Bay, Ontario, Canada
Re: Getting rid of mousepointer (Alpha)
When isInMousePoint returns false or isn't defined, none of the other mouse methods should ever be called - so what you described is the correct behaviour AFAIK (in an exported plugin, at least). AFAIK, that's how it's always worked - I've made use of this behaviour in quite a few v3.0.x schematics.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
Don't stagnate, mutate to create!
-
trogluddite - Posts: 1730
- Joined: Fri Oct 22, 2010 12:46 am
- Location: Yorkshire, UK
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: Google [Bot] and 60 guests