C# 클래스 Axiom.Platforms.Win32.Win32PlatformManager

Platform management specialization for Microsoft Windows (r) platform.
상속: IPlatformManager
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
CreateInputReader ( ) : InputReader

Creates an InputReader implemented using Microsoft DirectInput (tm).

Dispose ( ) : void

Called when the engine is being shutdown.

Win32PlatformManager ( ) : System

메소드 상세

CreateInputReader() 공개 메소드

Creates an InputReader implemented using Microsoft DirectInput (tm).
public CreateInputReader ( ) : InputReader
리턴 Axiom.Input.InputReader

Dispose() 공개 메소드

Called when the engine is being shutdown.
public Dispose ( ) : void
리턴 void

Win32PlatformManager() 공개 메소드

public Win32PlatformManager ( ) : System
리턴 System