Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ functions
Functions
845 in github.com/OneLoneCoder/olcPixelGameEngine
⨍
Functions
845
◇
Types & classes
131
Method
HandleSystemEvent
olcPixelGameEngine.h:6912
Method
HandleSystemEvent
olcPixelGameEngine.h:7186
Method
HandleSystemEvent
olcPixelGameEngine.h:7946
Method
HasProperty
Checks if a property exists - useful to avoid creating properties via reading them, though non-essential
utilities/olcUTIL_DataFile.h:123
Method
ImageButton
extensions/olcPGEX_QuickGUI.h:761
Method
ImageCheckBox
extensions/olcPGEX_QuickGUI.h:782
Method
ImageLoader
olcPixelGameEngine.h:1068
Method
ImageLoader_GDIPlus
olcPixelGameEngine.h:6488
Method
ImageLoader_LibPNG
olcPixelGameEngine.h:6560
Method
ImageLoader_STB
olcPixelGameEngine.h:5213
Method
Index
Sample discretely from palette where idx is [0 ... 255]
utilities/olcUTIL_Palette.h:179
Method
InitialiseAudio
extensions/olcPGEX_Sound.h:442
Method
IsConnected
Check if client is actually connected to a server
extensions/olcPGEX_Network.h:763
Method
IsConsoleShowing
olcPixelGameEngine.h:4257
Method
IsFocused
olcPixelGameEngine.h:2647
Method
IsOK
extensions/olcPGEX_Shaders.h:406
Method
IsPointVisible
extensions/olcPGEX_TransformedView.h:374
Method
IsRectVisible
extensions/olcPGEX_TransformedView.h:380
Method
IsWorldBoundaryEnabled
Are we using a world boundary?
utilities/olcUTIL_Camera2D.h:151
Method
IsWorldBoundaryEnabled
Are we using a world boundary?
examples/TEST_Camera2D.cpp:151
Method
Label
extensions/olcPGEX_QuickGUI.h:466
Method
ListBox
extensions/olcPGEX_QuickGUI.h:989
Method
LoadAudioSample
Load a 16-bit WAVE file @ 44100Hz ONLY into memory. A sample ID number is returned if successful, otherwise -1
extensions/olcPGEX_Sound.h:336
Method
LoadFromFile
extensions/olcPGEX_Sound.h:233
Method
LoadImageResource
olcPixelGameEngine.h:6491
Method
LoadImageResource
olcPixelGameEngine.h:6563
Method
LoadOBJFile
extensions/olcPGEX_Graphics3D.h:864
Function
LoadObj
utilities/olcUTIL_Hardware3D.h:837
Method
LoadPack
olcPixelGameEngine.h:2323
Method
Loaded
olcPixelGameEngine.h:2448
Method
MainLoop
olcPixelGameEngine.h:7951
Method
Manager
extensions/olcPGEX_PopUpMenu.h:506
Method
Manager
extensions/olcPGEX_QuickGUI.h:417
Method
Mat_Inverse
extensions/olcPGEX_Graphics3D.h:420
Method
Mat_MakeIdentity
extensions/olcPGEX_Graphics3D.h:292
Method
Mat_MakeProjection
extensions/olcPGEX_Graphics3D.h:361
Method
Mat_MakeRotationX
extensions/olcPGEX_Graphics3D.h:302
Method
Mat_MakeRotationY
extensions/olcPGEX_Graphics3D.h:314
Method
Mat_MakeRotationZ
extensions/olcPGEX_Graphics3D.h:326
Method
Mat_MakeScale
extensions/olcPGEX_Graphics3D.h:338
Method
Mat_MakeTranslation
extensions/olcPGEX_Graphics3D.h:348
Method
Mat_MultiplyMatrix
extensions/olcPGEX_Graphics3D.h:374
Method
Mat_MultiplyVector
extensions/olcPGEX_Graphics3D.h:282
Method
Mat_PointAt
extensions/olcPGEX_Graphics3D.h:383
Method
Mat_QuickInverse
extensions/olcPGEX_Graphics3D.h:407
Method
Math
extensions/olcPGEX_Graphics3D.h:277
Method
Menu
extensions/olcPGEX_PopUpMenu.h:246
Function
MeshCircle
extensions/olcPGEX_Wireframe.h:159
Function
MeshGear
extensions/olcPGEX_Wireframe.h:175
Function
MeshRectangle
extensions/olcPGEX_Wireframe.h:170
Method
MessageAllClients
Send message to all clients
extensions/olcPGEX_Network.h:935
Method
MessageClient
Send a message to a specific client
extensions/olcPGEX_Network.h:910
Method
ModalDialog
extensions/olcPGEX_QuickGUI.h:1088
Method
Model
extensions/olcPGEX_Wireframe.h:133
Method
MoveWorldOffset
extensions/olcPGEX_TransformedView.h:259
Method
Multiply
extensions/olcPGEX_Graphics2D.h:207
Method
OnAfterUserCreate
extensions/olcPGEX_SplashScreen.h:104
Method
OnBack
extensions/olcPGEX_PopUpMenu.h:541
Method
OnBeforeUserCreate
extensions/olcPGEX_Shaders.h:538
Method
OnBeforeUserUpdate
extensions/olcPGEX_SplashScreen.h:175
Method
OnBeforeUserUpdate
extensions/olcPGEX_QuickGUI.h:1112
Method
OnClientConnect
Called when a client connects, you can veto the connection by returning false
extensions/olcPGEX_Network.h:993
Method
OnClientDisconnect
Called when a client appears to have disconnected
extensions/olcPGEX_Network.h:999
Method
OnConfirm
extensions/olcPGEX_PopUpMenu.h:488
Method
OnConsoleCommand
olcPixelGameEngine.h:4496
Method
OnDown
extensions/olcPGEX_PopUpMenu.h:459
Method
OnLeft
extensions/olcPGEX_PopUpMenu.h:474
Method
OnMessage
Called when a message arrives
extensions/olcPGEX_Network.h:1005
Method
OnRight
extensions/olcPGEX_PopUpMenu.h:481
Method
OnTextEntryComplete
olcPixelGameEngine.h:4495
Method
OnUp
extensions/olcPGEX_PopUpMenu.h:445
Method
OnUserCreate
olcPixelGameEngine.h:4480
Method
OnUserCreate
olcExampleProgram.cpp:13
Method
OnUserCreate
examples/TEST_Patches.cpp:70
Method
OnUserCreate
examples/TEST_Animate2D.cpp:109
Method
OnUserCreate
examples/TEST_QuickGUI.cpp:97
Method
OnUserCreate
examples/TEST_Hardware3D.cpp:80
Method
OnUserCreate
examples/TEST_Shaders.cpp:110
Method
OnUserUpdate
olcPixelGameEngine.h:4485
Method
OnUserUpdate
olcExampleProgram.cpp:19
Method
OnUserUpdate
examples/TEST_Patches.cpp:78
Method
OnUserUpdate
examples/TEST_Animate2D.cpp:204
Method
OnUserUpdate
examples/TEST_QuickGUI.cpp:175
Method
OnUserUpdate
examples/TEST_Hardware3D.cpp:135
Method
OnUserUpdate
examples/TEST_Shaders.cpp:153
Method
Open
extensions/olcPGEX_PopUpMenu.h:510
Method
PGEX
olcPixelGameEngine.h:5118
Method
Palette
Construct empty palette (default) or populate with pre-defined
utilities/olcUTIL_Palette.h:111
Method
Pan
utilities/olcUTIL_Hardware3D.h:1305
Method
Perspective
extensions/olcPGEX_Graphics2D.h:259
Method
PipeLine
extensions/olcPGEX_Graphics3D.h:976
Method
Pixel
olcPixelGameEngine.h:1860
Method
PixelGameEngine
O------------------------------------------------------------------------------O | olc::PixelGameEngine IMPLEMENTATION
olcPixelGameEngine.h:2472
Method
PlaySample
Add sample 'id' to the mixers sounds to play list
extensions/olcPGEX_Sound.h:350
Function
PrepareDevice
olcPixelGameEngine.h:5917
Function
PrepareDrawing
olcPixelGameEngine.h:6169
Method
PrepareDrawing
olcPixelGameEngine.h:5146
Method
Quad3D
examples/TEST_Hardware3D.cpp:63
Method
QuadTreeContainer
utilities/olcUTIL_QuadTree.h:257
Method
RasterTriangle
extensions/olcPGEX_Graphics3D.h:1374
← previous
next →
401–500 of 845, ranked by callers