https://imsoftpro.tistory.com/67 [C#/WPF] Joystick 입력 데이터 디스플레이 [MVVM] WPF 기반에서 조이스틱 입력값을 화면에 실시간으로 디스플레이 1. 참조 파일 설정 - Microsoft.DirectX- Microsoft.DirectX.DirectInput 위 2가지 dll 파일 참조가 필요하다. 참조파일 위치는 아래와 같다. (C:\\Win imsoftpro.tistory.com https://developer-talk.tistory.com/190 [C#]문자열 나누기(Split), 자르기(Substring) 문자열을 분리하거나 또는 잘라야 하는 경우 Split() 메서드와 Substring() 메서드를 사용할 수 있습니다. Split() 메서드는 특정 문자..