Search found 1 match

by arm
Mon May 05, 2014 11:34 am
Forum: General
Topic: hiding cursor and clipping cursor position in Ruby Component
Replies: 0
Views: 8527

hiding cursor and clipping cursor position in Ruby Component

I want to share my way of doing subject
In the attached file i put some useful Ruby wrapped WinAPI functions for cursor manipulation, which was lacking in the standard set, and examples of their use (including holding ryby knob):

setCursorPos(curpos, newpos)
cursorClip(curpos, rect)
cursorHide ...