Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个全屏应用程序,它将隐藏光标以显示视频文件。目前,除了隐藏光标的能力之外,一切都运行良好(将光标卡在视频上并导致演示效果不佳是令人讨厌的)。
我的项目是用 C 而不是 C++ 编写的,并且使用 GTK+-3.0 库以及 WebKitGtk。如果有人可以帮助隐藏光标(我认为这真的很简单,但也许我正在削弱它)。最后,这是在 Ubuntu 12.04 上运行和编译的。
那么有没有办法隐藏这个烦人的光标呢?
gdk_window_set_cursor()与 一起使用GDK_BLANK_CURSOR。
gdk_window_set_cursor()
GDK_BLANK_CURSOR