<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>p-tal</author_name>
  <author_url>https://blog.hatena.ne.jp/p-tal/</author_url>
  <blog_title>ゲームプログラマ見習いの日記</blog_title>
  <blog_url>https://p-tal.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラム</anon>
    <anon>メモ</anon>
  </categories>
  <description>RawInputの勉強。ようやく二つのマウスからの入力を取得できるようになった。 まずは初期化。 #define WINVER (0x500) // RawInput用 #define _WIN32_WINNT (0x0501) // RawInput用 #include &lt;windows.h&gt; … void init() { // 現在接続されている入力デバイスの数を取得 UINT deviceNum = 0; GetRawInputDeviceList(NULL, &amp;deviceNum, sizeof(RAWINPUTDEVICELIST)); // デバイス情報用構造体 RAWINPUT…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fp-tal.hatenadiary.org%2Fentry%2F20090902%2F1251852285&quot; title=&quot;RawInputで複数のマウスからの入力を取得する - ゲームプログラマ見習いの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/p/p-tal/20090902/20090902092744.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-09-02 09:44:45</published>
  <title>RawInputで複数のマウスからの入力を取得する</title>
  <type>rich</type>
  <url>https://p-tal.hatenadiary.org/entry/20090902/1251852285</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
