タグ付けされた質問 「win32」

1
ウィンドウのサイズ変更/移動中にXNAが更新を一時停止しないようにするにはどうすればよいですか?
XNAは呼び出しUpdateを停止Drawし、ゲームウィンドウがサイズ変更または移動されている間。 どうして?この振る舞いを防ぐ方法はありますか? (ネットワークメッセージがポンプされていないため、ネットワークコードの同期が取れなくなります。)
15 xna  c#  xna-4.0  win32 

3
Sys_PageIn()関数はQuakeで何をしますか?
オリジナルのQuakeの初期化プロセスで、次の関数が呼び出されることに気付きました。 volatile int sys_checksum; // **lots of code** void Sys_PageIn(void *ptr, int size) { byte *x; int j,m,n; //touch all memory to make sure its there. The 16-page skip is to //keep Win 95 from thinking we're trying to page ourselves in (we are //doing that, of course, but there's …
8 c  win32 
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.