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.
有MouseInfo.getPointerInfo()一种方法可以获得Java应用程序外部的鼠标x,y位置......这很好
MouseInfo.getPointerInfo()
但是鼠标光标视图本身呢?我的意思是有没有办法知道当前光标看起来像 DEFAULT 或 HAND 或 POINTER 或 ...?可以用纯Java完成吗?
您可以使用
Cursor.getDefaultCursor.getType()