简体   繁体   English

光标在屏幕上的移动是图形转换的结果吗?

[英]Is the movement of the cursor on the screen a result of graphical transformation?

I am occupying myself with image processing right now, to be specific, with geometrical transformation and I was wondering, if the movement of the mouse cursor on the screen, is a result of geometrical transformation which is being calculated by the operating system. 我现在正在处理自己的图像处理,具体来说,几何变换,我想知道,如果鼠标光标在屏幕上的移动是由操作系统计算的几何变换的结果。 If it is, then I guess that behind every movement of a graphical object on a screen there is a system which calculates the geometrical transformation. 如果是,那么我猜在屏幕上的图形对象的每次移动背后都有一个计算几何变换的系统。 Is that right? 那正确吗? And does someone maybe know what keywords to search for, to obtain more information about graphical transformation on eg computers, smartphones? 有人可能知道要搜索哪些关键字,以获取有关计算机,智能手机等图形转换的更多信息吗? Thanks in advance. 提前致谢。

It is entirely system specific. 它完全是系统特定的。 On some systems, mouse cursor movement is done in hardware. 在某些系统上,鼠标光标移动是在硬件中完成的。 On other systems, it is done by drawing operations triggered either by interrupt or poling. 在其他系统上,它是通过中断或极化触发的绘图操作完成的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 检测屏幕上的鼠标移动 - Detecting mouse movement on screen QwtPicker:通过箭头键禁用光标移动 - QwtPicker: disable movement of cursor via arrow keys 跟踪网站上所有访问者的光标移动 - Track cursor movement of all the visitors on a web site 绑定到光标移动不会更改INSERT标记 - binding to cursor movement doesnt change INSERT mark 与项目相比,Android 应用程序的图形界面在移动屏幕上看起来不同 - The graphical interface of Android applications looks different on the mobile screen compared to the project 使用查找功能突出显示单词并使用彩色光标移动光标并显示找到的单词数 - Highlighting the words with find function and moving the cursor with coloured cursor movement and displaying the number of found words MATLAB GUI:如何使用按钮在打开函数中增加变量? (光标移动) - MATLAB GUI: How do I use pushbuttons to increment a variable in the opening function? (cursor movement) 如何在屏幕上保持GUI而不移动或根据相机移动调整大小 - how to keep a GUI on-screen without moving or resizing it according to camera movement 从列表到图形界面 - From List to Graphical Interface 避免重命名图形对象 - avoid renaming of graphical objects
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM