Symbol: SetCursor
src/add-ons/print/drivers/pcl6/PCL6Writer.cpp
455
PCL6Writer::SetCursor(int16 x, int16 y)
src/apps/haikudepot/textview/TextSpan.cpp
90
TextSpan::SetCursor(const BCursor& cursor)
src/apps/terminal/BasicTerminalBuffer.h
305
BasicTerminalBuffer::SetCursor(int32 x, int32 y)
src/kits/app/Application.cpp
891
BApplication::SetCursor(const void* cursorData)
src/kits/app/Application.cpp
900
BApplication::SetCursor(const BCursor* cursor, bool sync)
src/servers/app/Desktop.cpp
695
Desktop::SetCursor(ServerCursor* newCursor)
src/servers/app/View.cpp
1016
View::SetCursor(ServerCursor* cursor)
src/servers/app/drawing/HWInterface.cpp
118
HWInterface::SetCursor(ServerCursor* cursor)
src/servers/app/drawing/interface/local/AccelerantHWInterface.cpp
1227
AccelerantHWInterface::SetCursor(ServerCursor* cursor)
src/servers/app/drawing/interface/remote/RemoteHWInterface.cpp
521
RemoteHWInterface::SetCursor(ServerCursor* cursor)
src/system/boot/platform/atari_m68k/console.cpp
107
Console::SetCursor(int32 x, int32 y)
src/system/boot/platform/bios_ia32/console.cpp
164
Console::SetCursor(int32 x, int32 y)
src/system/boot/platform/efi/console.cpp
173
EFITextConsole::SetCursor(int32 x, int32 y)
src/system/boot/platform/generic/video_text_console.cpp
133
VideoTextConsole::SetCursor(int32 x, int32 y)
src/system/boot/platform/next_m68k/console.cpp
110
Console::SetCursor(int32 x, int32 y)
src/system/boot/platform/openfirmware/console.cpp
247
Console::SetCursor(int32 x, int32 y)
src/system/boot/platform/riscv/console.cpp
180
Console::SetCursor(int32 x, int32 y)
src/system/boot/platform/u-boot/console.cpp
87
VTConsole::SetCursor(int32 x, int32 y)