Re: [Seed7-users] Feature Request: Hide Pointer
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
From: Thomas M. <tho...@gm...> - 2021-06-30 21:34:30
|
Hi Zachary, The latest release of Seed7 (2021-06-27) defines the function setCursorVisible(). With setCursorVisible() it is possible to define if the mouse curser is visible in a window. Sorry that it took so long to deliver it. I considered also custom pointer styles. I am not sure that colored custom pointers can be supported under Windows and Unix. As I want a portable solution I cannot promise custom pointer styles for now (with my currently limited knowledge about this area). Of cause a custom pointer style cannot provide multiple pointers. For multiple pointers you must draw your pointers yourself. Regards Thomas |