comparison libmlk-core/mlk/core/window.h @ 565:97af110e9e4d

core: introduce MLK_WINDOW_CURSOR_OFF
author David Demelier <markand@malikania.fr>
date Wed, 08 Mar 2023 20:21:44 +0100
parents e91f37da2992
children 281608524dd1
comparison
equal deleted inserted replaced
564:e91f37da2992 565:97af110e9e4d
100 * Hand, usually for hyper links. 100 * Hand, usually for hyper links.
101 */ 101 */
102 MLK_WINDOW_CURSOR_HAND, 102 MLK_WINDOW_CURSOR_HAND,
103 103
104 /** 104 /**
105 * Disable cursor entirely.
106 */
107 MLK_WINDOW_CURSOR_OFF,
108
109 /**
105 * Unused sentinel value. 110 * Unused sentinel value.
106 */ 111 */
107 MLK_WINDOW_CURSOR_LAST 112 MLK_WINDOW_CURSOR_LAST
108 }; 113 };
109 114