|
| Vec2 | GetSize (StringView label, const Font &font, double size) |
| | アイコンのサイズ(ピクセル)を返します。 More...
|
| |
| Vec2 | GetSize (const Input &input, const Font &font, double size) |
| | アイコンのサイズ(ピクセル)を返します。 More...
|
| |
| void | DrawAt (StringView label, bool isPressed, const Vec2 ¢er, const Font &font, double size, const ColorF &keyColor=Palette::White, const ColorF &labelColor=Palette::Black) |
| | 入力操作を可視化するアイコンを描画します。 More...
|
| |
| void | DrawInteractiveAt (const Input &input, const Vec2 ¢er, const Font &font, double size, const ColorF &keyColor=Palette::White, const ColorF &labelColor=Palette::Black, const ColorF &highlightColor=DefaultHighlightColor) |
| | 入力操作を可視化するインタラクティブなアイコンを描画します。 More...
|
| |
| void | DrawAt (const Input &input, bool isPressed, const Vec2 ¢er, const Font &font, double size, const ColorF &keyColor=Palette::White, const ColorF &labelColor=Palette::Black, const ColorF &highlightColor=DefaultHighlightColor) |
| | 入力操作を可視化するアイコンを描画します。 More...
|
| |
| void | Draw (StringView label, bool isPressed, const Vec2 &pos, const Font &font, double size, const ColorF &keyColor=Palette::White, const ColorF &labelColor=Palette::Black) |
| | 入力操作を可視化するアイコンを描画します。 More...
|
| |
| void | DrawInteractive (const Input &input, const Vec2 &pos, const Font &font, double size, const ColorF &keyColor=Palette::White, const ColorF &labelColor=Palette::Black, const ColorF &highlightColor=DefaultHighlightColor) |
| | 入力操作を可視化するインタラクティブなアイコンを描画します。 More...
|
| |
| void | Draw (const Input &input, bool isPressed, const Vec2 &pos, const Font &font, double size, const ColorF &keyColor=Palette::White, const ColorF &labelColor=Palette::Black, const ColorF &highlightColor=DefaultHighlightColor) |
| | 入力操作を可視化するアイコンを描画します。 More...
|
| |
| double | DrawAsGlyph (const Input &input, const Vec2 &pos, const Font &font, double size, const ColorF &keyColor=Palette::White, const ColorF &labelColor=Palette::Black, const ColorF &highlightColor=DefaultHighlightColor) |
| | 入力操作を可視化するアイコンを描画します。 More...
|
| |