- Lua Game Development Cookbook
- Mário Ka?uba
- 152字
- 2021-07-16 13:23:08
Introduction
Event-driven design offers a cheap and efficient way to detect user input without the need to check for input device status in each frame. A na?ve approach to this is to query all input devices for changes in their state. There are many types of input devices such as keyboard, mouse, joystick, keypad controller, tablet, touch screen, and so on. LuaSDL relies on the library libSDL 1.2, which supports only basic input devices such as keyboard, mouse, and joystick. This version doesn't support the use of multiple devices of the same kind. This limitation has been removed with libSDL 2.x, which is used in LuaSDL 2. LuaSDL 2 is the successor of a former LuaSDL library and it's in the stage of early development at the time of writing. This chapter will cover the use of an older LuaSDL library, as the LuaSDL 2 interface is not so different.
- SoapUI Cookbook
- PostgreSQL for Data Architects
- ASP.NET Core Essentials
- Java游戲服務(wù)器架構(gòu)實(shí)戰(zhàn)
- Securing WebLogic Server 12c
- Oracle JDeveloper 11gR2 Cookbook
- Python面向?qū)ο缶幊蹋簶?gòu)建游戲和GUI
- 網(wǎng)站構(gòu)建技術(shù)
- 軟件測(cè)試技術(shù)指南
- 零基礎(chǔ)學(xué)單片機(jī)C語(yǔ)言程序設(shè)計(jì)
- C++新經(jīng)典
- Application Development with Swift
- 計(jì)算機(jī)組裝與維護(hù)(第二版)
- SAS編程演義
- Java面試一戰(zhàn)到底(基礎(chǔ)卷)