User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18:10, 4 February 2014 (diff | hist) . . (+735) . . N love.gamepadaxis (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 가상 게임패드 호환 조이스틱 축이 움직였을 때 호출됩니다. == 함수 == === 형식 === <source lang="lua"> love.gamepa...") (current)
- 11:59, 3 February 2014 (diff | hist) . . (+63) . . love.joystick.setGamepadMapping (한국어)
- 11:58, 3 February 2014 (diff | hist) . . (+2,940) . . N love.joystick.setGamepadMapping (한국어) (not completely translate)
- 11:53, 3 February 2014 (diff | hist) . . (+1,015) . . N Joystick:isDown (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been moved from love.joystick.isDown}} 조이스틱 버튼이 눌렸는지 확인합니다. {{notice|0.9.1에서는 고...") (current)
- 11:34, 3 February 2014 (diff | hist) . . (+10) . . Joystick:isGamepad (한국어) (current)
- 11:33, 3 February 2014 (diff | hist) . . (+1,403) . . N Joystick:isGamepad (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 조이스틱을 가상 게임 패드로 여길 수 있는지 확인합니다. LÖVE는 자동적으로 유명한 컨트롤러들을 Xbox 36...")
- 11:27, 3 February 2014 (diff | hist) . . (+10) . . m Joystick:getGamepadMapping (한국어)
- 11:24, 3 February 2014 (diff | hist) . . (+1,554) . . N Joystick:setVibration (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 진동 모터의 진도를 설정해 진동을 일으킵니다. 대부분의 조이스틱은 적절한 드라이버의 적절한 지원 없...") (current)
- 10:59, 3 February 2014 (diff | hist) . . (+621) . . N Joystick:isConnected (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 조이스틱이 현재 연결되어 있는지 확인합니다. == 함수 == === 형식 === <source lang="lua"> connected = Joystick:isConnec...") (current)
- 10:56, 3 February 2014 (diff | hist) . . (+1,045) . . N Joystick:isGamepadDown (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 가상 게임패드 호환 조이스틱 버튼을 얻어옵니다. 조이스틱이 가상 게임패드로...")
- 10:53, 3 February 2014 (diff | hist) . . (0) . . m Joystick:isVibrationSupported (한국어) (current)
- 10:52, 3 February 2014 (diff | hist) . . (+818) . . N Joystick:isVibrationSupported (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 조이스틱이 진동을 지원하는지를 조사합니다. == 함수 == === 형식 === <source lang="lua"> supported = Joystick:isVibrati...")
- 10:49, 3 February 2014 (diff | hist) . . (+650) . . N Joystick:getVibration (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 현재 진동 모터의 진도를 구합니다. == 함수 == === 형식 === <source lang="lua"> left, right = Joystick:getVibration( ) </sou...") (current)
- 10:47, 3 February 2014 (diff | hist) . . (+503) . . N Joystick:getName (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been moved from love.joystick.getName}} 조이스틱의 이름을 구합니다. == 함수 == === 형식 === <source lang="lua"...") (current)
- 10:44, 3 February 2014 (diff | hist) . . (+924) . . N Joystick:getID (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 조이스틱 고유의 ID를 구합니다. 게임이 실행되는 동안 동일한 조이스틱이 연결 끊기와 재연결을 반복할...") (current)
- 10:40, 3 February 2014 (diff | hist) . . (+569) . . N Joystick:getHatCount (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been moved from love.joystick.getNumHats}} 조이스틱 햇의 개수를 얻어옵니다. == 함수 == === 형식 === <source ...") (current)
- 10:38, 3 February 2014 (diff | hist) . . (+639) . . N Joystick:getHat (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been moved from love.joystick.getHat}} 조이스틱 햇의 위치를 얻어옵니다. == 함수 == === 형식 === <source lang...") (current)
- 10:38, 3 February 2014 (diff | hist) . . (-76) . . Joystick:getHat (Undo revision 12863 by Bangseongbeom (talk))
- 10:37, 3 February 2014 (diff | hist) . . (+76) . . Joystick:getHat
- 10:32, 3 February 2014 (diff | hist) . . (+8) . . m RandomGenerator (한국어) (상위 타입에 parent:: 추가) (current)
- 10:31, 3 February 2014 (diff | hist) . . (+8) . . m BezierCurve (한국어) (상위 타입에 parent:: 추가) (current)
- 10:28, 3 February 2014 (diff | hist) . . (+8) . . m RandomGenerator (add parent:: in supertypes)
- 10:27, 3 February 2014 (diff | hist) . . (+8) . . m BezierCurve (add parent:: in supertypes)
- 10:25, 3 February 2014 (diff | hist) . . (0) . . m Object:type (한국어) (current)
- 10:25, 3 February 2014 (diff | hist) . . (+27) . . Joystick:getAxis (한국어) (current)
- 10:24, 3 February 2014 (diff | hist) . . (+46) . . Joystick:getAxes (한국어) (current)
- 10:23, 3 February 2014 (diff | hist) . . (-12) . . m Joystick:getAxisCount (한국어) (current)
- 10:21, 3 February 2014 (diff | hist) . . (+2,264) . . N Joystick:getGamepadMapping (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 가상 게임패드에 대응된 조이스틱 버튼, 축, 햇을 구합니다. == 함수 == === 형식 === <source lang="lua"> inputtype, i...")
- 10:18, 3 February 2014 (diff | hist) . . (+133) . . m Joystick (한국어) (current)
- 10:10, 3 February 2014 (diff | hist) . . (+12) . . m Joystick:getGamepadAxis (한국어) (current)
- 10:10, 3 February 2014 (diff | hist) . . (+915) . . N Joystick:getGamepadAxis (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 가상 게임패드 호환 조이스틱 축을 얻어옵니다. 조이스틱이 가상 게임패드로 여겨지지 ...")
- 10:05, 3 February 2014 (diff | hist) . . (+792) . . N Joystick:getGUID (한국어) (Created page with "{{newin|0.9.0|090|type=function}} 물리적 조이스틱의 고유한 GUID를 얻어옵니다. 이 GUID는 제품의 종류를 구별하는 데 쓰일 수 있습니다. 제...") (current)
- 09:55, 3 February 2014 (diff | hist) . . (+593) . . N Joystick:getButtonCount (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been moved from love.joystick.getNumButtons}} 조이스틱 버튼의 개수를 얻어옵니다. == 함수 == === 형식 === <s...") (current)
- 09:53, 3 February 2014 (diff | hist) . . (+620) . . N Joystick:getAxisCount (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been moved from love.joystick.getNumAxes}} 조이스틱 축의 개수를 얻어옵니다. == 함수 == === 형식 === <source...")
- 09:52, 3 February 2014 (diff | hist) . . (+639) . . N Joystick:getAxis (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been moved from love.joystick.getAxis}} 하나의 축을 얻어옵니다. == 함수 == === 형식 === <source lang="lua"> dire...")
- 09:50, 3 February 2014 (diff | hist) . . (+693) . . N Joystick:getAxes (한국어) (Created page with "{{newin|0.9.0|090|type=function|text=It has been moved from love.joystick.getAxes}} 모든 축을 얻어옵니다. == 함수 == === 형식 === <source lang="lua"> axisDir...")
- 09:49, 3 February 2014 (diff | hist) . . (+1,470) . . N Joystick (한국어) (Created page with "{{newin|0.9.0|090|type=type}} 물리적 조이스틱을 표현합니다. == 생성자 == {{#ask: Category:Functions Constructs::Joystick (한국어) | headers=hide | ...")
- 16:10, 2 February 2014 (diff | hist) . . (-1) . . m love.getVersion (한국어) (current)
- 16:02, 2 February 2014 (diff | hist) . . (+28) . . m Event (한국어) (current)
- 16:00, 2 February 2014 (diff | hist) . . (+3) . . m love.event (한국어) (current)
- 15:07, 2 February 2014 (diff | hist) . . (+259) . . love (한국어) (current)
- 15:06, 2 February 2014 (diff | hist) . . (-21) . . m love (한국어)
- 15:02, 2 February 2014 (diff | hist) . . (+1,055) . . N love.getVersion (한국어) (Created page with "{{newin|0.9.1|091|type=function}} 현재 실행되고 있는 LÖVE의 버전을 구합니다. == 함수 == === 형식 === <source lang="lua"> major, minor, revision, codenam...")
- 14:56, 2 February 2014 (diff | hist) . . (+28) . . m love.timer.getAverageDelta (한국어) (current)
- 14:54, 2 February 2014 (diff | hist) . . (+4) . . m love.event.pump (한국어) (current)
- 14:53, 2 February 2014 (diff | hist) . . (-4) . . m love.event.pump (한국어)
- 14:53, 2 February 2014 (diff | hist) . . (+819) . . N love.event.pump (한국어) (Created page with "이벤트 큐 내의 모든 이벤트를 실행합니다. 이 함수는 저수준 함수입니다. 때문에 사용자 수준에서 호출될 일은 많지 않고, 대부분 <cod...")
- 14:48, 2 February 2014 (diff | hist) . . (+55) . . love.event (한국어)
- 14:48, 2 February 2014 (diff | hist) . . (+122) . . love.event (한국어)
- 14:47, 2 February 2014 (diff | hist) . . (-192) . . m love.event (한국어)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)