COCOs2dx中KEY_KP與KEY的區別
KP是 keypad(小鍵盤)的縮寫,keypad|ˈki:pæd|a small set of buttons with numbers on used to operate a telephone, television, etc.; the buttons on the right of a computer keyboard (用於操作電話、電視等的)小鍵盤;(電話)按鍵;(計算機)輔助鍵盤
如KEY_KP_ENTER指小鍵盤上的Enter鍵而KEY_ENTER指主鍵盤上的Enter鍵
相關文章
- mysql中key 、primary key 、unique key 與index區別MySqlIndex
- Javascript中“==”與“===”的區別JavaScript
- Python中 ‘==‘ 與‘is‘的區別Python
- Java中(==)與equals的區別Java
- js中 let 與 var 的區別JS
- vue中sass與SCSS的區別VueCSS
- js中!和!!的區別與用法JS
- JavaScript 中substr與 substring 的區別JavaScript
- Vue 中ref()與 reactive() 的區別VueReact
- spring中的FactoryBean與ObjectFactory的區別SpringBeanObject
- Java中類與物件的關係與區別Java物件
- vue中 lang="ts"與js的區別VueJS
- StringUtils類中isEmpty與isBlank的區別
- Vue的mode中 hash 與 history 的區別Vue
- ??與?:的區別
- MySQL中TEXT與BLOB欄位型別的區別MySql型別
- JPA中PersistenceUnit與PersistenceContext區別Context
- devexpress中 cxTreeList 與 cxVirtualTreeList 區別devExpress
- Java中replace與replaceAll區別Java
- jQuery中onload與ready區別jQuery
- Node中Exports與module.export的使用與區別Export
- 資料庫中where與having的區別資料庫
- sklearn 中fit_tansform 與 transform的區別ORM
- Python中eval與exec的使用及區別Python
- Spring中ref local=""與ref bean=""的區別SpringBean
- springdatajpa 中get××方法與find××方法的區別Spring
- Linux中檔案與目錄的區別Linux
- table中cesllspacing與cellpadding的區別詳解padding
- CSS中 offsetLeft 與style.left 的區別CSS
- CSS中的class與id區別及用法CSS
- JavaScript中apply、call、bind的區別與用法JavaScriptAPP
- Nodejs中process.cwd()與__dirname的區別NodeJS
- jquery中append()方法與after()方法的區別jQueryAPP
- erc721中safeMint與mint的區別
- ScheduledExecutorService中scheduleAtFixedRate方法與scheduleWithFixedDelay方法的區別
- ES6中的let與var的區別
- javaSE中的==和equals的聯絡與區別Java
- Java中Statement與PreparedStatement與CallableStatement之間的區別 - javarevisitedJava