Dreams Come True Studio

고닷 인풋 이벤트 본문

카테고리 없음

고닷 인풋 이벤트

Dream Come True 2017. 11. 16. 23:51
반응형

InputEventNONEEmpty Input Event.
InputEventKeyKEYContains a scancode and unicode value, as well as modifiers.
InputEventMouseButtonMOUSE_BUTTONContains click information, such as button, modifiers, etc.
InputEventMouseMotionMOUSE_MOTIONContains motion information, such as relative, absolute positions and speed.
InputEventJoystickMotionJOYSTICK_MOTIONContains Joystick/Joypad analog axis information.
InputEventJoystickButtonJOYSTICK_BUTTONContains Joystick/Joypad button information.
InputEventScreenTouchSCREEN_TOUCHContains multi-touch press/release information. (only available on mobile devices)
InputEventScreenDragSCREEN_DRAGContains multi-touch drag information. (only available on mobile devices)
InputEventActionSCREEN_ACTIONContains a generic action. These events are often generated by the programmer as feedback. (more on this below)
반응형
Comments